#include "include.h"#include "myexcept.h"Go to the source code of this file.
| #define MatrixTypeUnSp 0 |
| #define NEWMAT_LIB 0 |
References crossproduct().
Referenced by trymat1().
References Console::c, crossproduct_body(), GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, and GeneralMatrix::Store().
Referenced by CrossProduct().
| ReturnMatrix crossproduct_columns | ( | const Matrix & | A, | |
| const Matrix & | B | |||
| ) |
References Console::c, GeneralMatrix::ForReturn(), mathExample::n, GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, and GeneralMatrix::Store().
Referenced by CrossProductColumns().
| ReturnMatrix crossproduct_rows | ( | const Matrix & | A, | |
| const Matrix & | B | |||
| ) |
References Console::c, crossproduct_body(), GeneralMatrix::ForReturn(), mathExample::n, GeneralMatrix::Ncols(), GeneralMatrix::Nrows(), REPORT, and GeneralMatrix::Store().
Referenced by CrossProductRows().
| ReturnMatrix CrossProductColumns | ( | const Matrix & | A, | |
| const Matrix & | B | |||
| ) | [inline] |
References crossproduct_columns().
Referenced by trymat1().
| ReturnMatrix CrossProductRows | ( | const Matrix & | A, | |
| const Matrix & | B | |||
| ) | [inline] |
References crossproduct_rows().
Referenced by trymat1().
| Real Determinant | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::determinant().
| Real determinant | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::determinant().
References dotproduct().
References mathExample::n, REPORT, GeneralMatrix::storage, GeneralMatrix::store, sum(), and Throw.
Referenced by DotProduct().
| bool is_zero | ( | const GeneralMatrix & | A | ) | [inline] |
References GeneralMatrix::is_zero().
| bool is_zero | ( | const BaseMatrix & | A | ) |
References CatchAll, REPORT, ReThrow, and Try.
Referenced by IsZero(), GeneralMatrix::IsZero(), and operator==().
| bool IsZero | ( | const GeneralMatrix & | A | ) | [inline] |
References GeneralMatrix::IsZero().
| bool IsZero | ( | const BaseMatrix & | A | ) | [inline] |
References is_zero().
| LogAndSign log_determinant | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::log_determinant().
Referenced by BaseMatrix::LogDeterminant(), and trymat9().
| LogAndSign LogDeterminant | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::log_determinant().
| void MatrixErrorNoSpace | ( | const void * | ) |
References Throw.
Referenced by BandLUMatrix::BandLUMatrix(), ConstRealStarStar::ConstRealStarStar(), CroutMatrix::CroutMatrix(), MatedMatrix::Evaluate(), DiagedMatrix::Evaluate(), ColedMatrix::Evaluate(), RowedMatrix::Evaluate(), GeneralMatrix::GeneralMatrix(), GeneralSolv(), GeneralSolvI(), CroutMatrix::get_aux(), BandLUMatrix::get_aux(), SymmetricBandMatrix::GetCol(), BandMatrix::GetCol(), SymmetricMatrix::GetCol(), LowerTriangularMatrix::GetCol(), UpperTriangularMatrix::GetCol(), Matrix::GetCol(), SymmetricBandMatrix::GetRow(), SymmetricMatrix::GetRow(), GeneralMatrix::GetStore(), CroutMatrix::Image(), IdentityMatrix::Image(), nricMatrix::Image(), ColumnVector::Image(), RowVector::Image(), DiagonalMatrix::Image(), LowerTriangularMatrix::Image(), UpperTriangularMatrix::Image(), SymmetricMatrix::Image(), SquareMatrix::Image(), Matrix::Image(), BandLUMatrix::Image(), SymmetricBandMatrix::Image(), LowerBandMatrix::Image(), UpperBandMatrix::Image(), BandMatrix::Image(), LU3(), nricMatrix::MakeRowPointer(), Matrix::MakeSolver(), GeneralMatrix::MakeSolver(), SymmetricBandMatrix::MakeSolver(), BandMatrix::MakeSolver(), mmMult(), MatrixType::New(), RealStarStar::RealStarStar(), GeneralMatrix::resize(), GeneralMatrix::reuse(), RowVector::Transpose(), and ColumnVector::Transpose().
| Real Maximum | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::maximum().
Referenced by ModuleParameter::GetMaximum(), ModuleParameter::SetMaximum(), SVD(), tred3(), trymat2(), and trymatl().
| Real maximum | ( | const BaseMatrix & | B | ) | [inline] |
| Real maximum_absolute_value | ( | const BaseMatrix & | B | ) | [inline] |
| Real MaximumAbsoluteValue | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::maximum_absolute_value().
Referenced by trymate(), trymatg(), trymath(), and trymatl().
| Real Minimum | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::minimum().
Referenced by ModuleParameter::GetMinimum(), qCTKCollapsibleButtonPrivate::init(), ModuleParameter::SetMinimum(), SVD(), tred2(), tred3(), trymat2(), and trymatl().
| Real minimum | ( | const BaseMatrix & | B | ) | [inline] |
| Real minimum_absolute_value | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::minimum_absolute_value().
Referenced by BaseMatrix::MinimumAbsoluteValue().
| Real MinimumAbsoluteValue | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::minimum_absolute_value().
Referenced by trymatl().
References REPORT.
Referenced by BandLUMatrix::get_aux(), GeneralMatrix::GetStore(), and GeneralMatrix::reuse().
References GeneralMatrix::maximum_absolute_value().
References GeneralMatrix::maximum_absolute_value().
| Real Norm1 | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::norm1().
Referenced by trymatg().
| Real norm1 | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::norm1().
Referenced by BaseMatrix::Norm1().
| Real norm_frobenius | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::norm_Frobenius().
| Real norm_Frobenius | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::norm_Frobenius().
Referenced by BaseMatrix::norm_frobenius(), and BaseMatrix::NormFrobenius().
| Real norm_infinity | ( | ColumnVector & | CV | ) | [inline] |
References GeneralMatrix::maximum_absolute_value().
| Real norm_infinity | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::norm_infinity().
Referenced by BaseMatrix::NormInfinity().
| Real NormFrobenius | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::norm_Frobenius().
Referenced by trymatg().
| Real NormInfinity | ( | ColumnVector & | CV | ) | [inline] |
References GeneralMatrix::maximum_absolute_value().
| Real NormInfinity | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::norm_infinity().
Referenced by trymatg().
| bool operator!= | ( | const BaseMatrix & | A, | |
| const BaseMatrix & | B | |||
| ) | [inline] |
| bool operator!= | ( | const GeneralMatrix & | A, | |
| const GeneralMatrix & | B | |||
| ) | [inline] |
| bool operator< | ( | const BaseMatrix & | A, | |
| const BaseMatrix & | ||||
| ) | [inline] |
References BaseMatrix::IEQND().
| bool operator<= | ( | const BaseMatrix & | A, | |
| const BaseMatrix & | ||||
| ) | [inline] |
References BaseMatrix::IEQND().
| bool operator== | ( | const BaseMatrix & | A, | |
| const BaseMatrix & | B | |||
| ) |
| bool operator== | ( | const GeneralMatrix & | A, | |
| const GeneralMatrix & | B | |||
| ) |
| bool operator> | ( | const BaseMatrix & | A, | |
| const BaseMatrix & | ||||
| ) | [inline] |
References BaseMatrix::IEQND().
| bool operator>= | ( | const BaseMatrix & | A, | |
| const BaseMatrix & | ||||
| ) | [inline] |
References BaseMatrix::IEQND().
| Real Sum | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::sum().
Referenced by trymat2(), trymat7(), trymat8(), trymatg(), trymath(), and WriteRecipie().
| Real sum | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::sum().
Referenced by BitReverse(), c_matrix_multiply(), Cholesky(), ComputeCurvature(), ComputeGradCurvatureTangentPlane(), vtkImageGCR::ComputeL2(), Debug_Display_L_Blob(), DotProd(), dotproduct(), MeshEnergy::GetKappa(), vtkPharmacokineticsIntensityCurves::GetMeanIntensity(), vtkPharmacokineticsIntensityCurves::GetMeanMaxMinIntensity(), Helmert(), Helmert_transpose(), RectMatrixRowCol::operator*(), QRZ(), QRZT(), itk::MRMLIDImageIO::SetDWNodeValues(), SlowDTT(), SlowDTT_II(), MatrixRowCol::Sum(), BandMatrix::sum(), BaseMatrix::Sum(), MatrixRowCol::SumAbsoluteValue(), RectMatrixRowCol::SumSquare(), test2(), test3(), updateQRZ(), updateQRZT(), and vtkImageBimodalAnalysisExecute().
| Real sum_absolute_value | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::sum_absolute_value().
Referenced by BandMatrix::sum_absolute_value(), and BaseMatrix::SumAbsoluteValue().
| Real sum_square | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::sum_square().
Referenced by BandMatrix::sum_square(), BaseMatrix::SumSquare(), test1(), test2(), test3(), test4(), and test5().
| Real SumAbsoluteValue | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::sum_absolute_value().
| Real SumSquare | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::sum_square().
Referenced by MLE_D_FI::NextPoint(), trymat2(), trymatg(), and trymath().
| void swap | ( | GenericMatrix & | A, | |
| GenericMatrix & | B | |||
| ) | [inline] |
References GenericMatrix::swap().
| void swap | ( | IdentityMatrix & | A, | |
| IdentityMatrix & | B | |||
| ) | [inline] |
References IdentityMatrix::swap().
| void swap | ( | BandLUMatrix & | A, | |
| BandLUMatrix & | B | |||
| ) | [inline] |
References BandLUMatrix::swap().
| void swap | ( | SymmetricBandMatrix & | A, | |
| SymmetricBandMatrix & | B | |||
| ) | [inline] |
References SymmetricBandMatrix::swap().
| void swap | ( | LowerBandMatrix & | A, | |
| LowerBandMatrix & | B | |||
| ) | [inline] |
References LowerBandMatrix::swap().
| void swap | ( | UpperBandMatrix & | A, | |
| UpperBandMatrix & | B | |||
| ) | [inline] |
References UpperBandMatrix::swap().
| void swap | ( | BandMatrix & | A, | |
| BandMatrix & | B | |||
| ) | [inline] |
References BandMatrix::swap().
| void swap | ( | CroutMatrix & | A, | |
| CroutMatrix & | B | |||
| ) | [inline] |
References CroutMatrix::swap().
| void swap | ( | ColumnVector & | A, | |
| ColumnVector & | B | |||
| ) | [inline] |
References ColumnVector::swap().
References RowVector::swap().
| void swap | ( | DiagonalMatrix & | A, | |
| DiagonalMatrix & | B | |||
| ) | [inline] |
References DiagonalMatrix::swap().
| void swap | ( | SymmetricMatrix & | A, | |
| SymmetricMatrix & | B | |||
| ) | [inline] |
References SymmetricMatrix::swap().
| void swap | ( | LowerTriangularMatrix & | A, | |
| LowerTriangularMatrix & | B | |||
| ) | [inline] |
References LowerTriangularMatrix::swap().
| void swap | ( | UpperTriangularMatrix & | A, | |
| UpperTriangularMatrix & | B | |||
| ) | [inline] |
References UpperTriangularMatrix::swap().
| void swap | ( | nricMatrix & | A, | |
| nricMatrix & | B | |||
| ) | [inline] |
References nricMatrix::swap().
| void swap | ( | SquareMatrix & | A, | |
| SquareMatrix & | B | |||
| ) | [inline] |
References SquareMatrix::swap().
References Matrix::swap().
Referenced by vtkMRMLFiducialListNode::MoveFiducialDown(), vtkMRMLFiducialListNode::MoveFiducialUp(), vtkSlicerFiducialsGUI::ProcessMRMLEvents(), vtkSlicerFiducialListWidget::ProcessMRMLEvents(), IdentityMatrix::swap(), LowerBandMatrix::swap(), UpperBandMatrix::swap(), ColumnVector::swap(), RowVector::swap(), DiagonalMatrix::swap(), LowerTriangularMatrix::swap(), UpperTriangularMatrix::swap(), SymmetricMatrix::swap(), SquareMatrix::swap(), Matrix< TransformType, NRows, NColumns >::swap(), trymat4(), and trymat8().
| Real Trace | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::trace().
Referenced by vtkMRMLDiffusionTensorDisplayPropertiesNode::ColorGlyphByTrace(), vtkMRMLDiffusionTensorDisplayPropertiesNode::GetFirstColorGlyphBy(), vtkMRMLDiffusionTensorDisplayPropertiesNode::GetFirstScalarInvariant(), vtkMRMLDiffusionTensorDisplayPropertiesNode::SetScalarInvariantToTrace(), trymat2(), trymat7(), trymatg(), and trymath().
| Real trace | ( | const BaseMatrix & | B | ) | [inline] |
References BaseMatrix::trace().
Referenced by Cholesky(), ProstateNavMath::ComputePermutationFromOrientation(), DCT(), DCT_II(), DCT_II_inverse(), DCT_inverse(), DST(), DST_II(), DST_II_inverse(), DST_inverse(), FFT(), FFT2(), FFT2I(), FFTI(), fftstep(), vtkTensorImplicitFunctionToFunctionSet::FunctionValues(), RealFFT(), RealFFTI(), vtkDiffusionTensorMathematicsSimple::RelativeAnisotropy(), vtkDiffusionTensorMathematics::RelativeAnisotropy(), SlowFT2(), SortSV(), IdentityMatrix::sum(), SVD(), and BaseMatrix::Trace().
1.6.1