|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/matrix/include.h>#include <ossim/matrix/newmat.h>#include <ossim/matrix/newmatrc.h>Go to the source code of this file.
Macros | |
| #define | REPORT {} |
Functions | |
| bool | operator== (const BaseMatrix &A, const BaseMatrix &B) |
| bool | operator== (const GeneralMatrix &A, const GeneralMatrix &B) |
| bool | IsZero (const BaseMatrix &A) |
| void | CrossProductBody (Real *a, Real *b, Real *c) |
| Matrix | CrossProduct (const Matrix &A, const Matrix &B) |
| ReturnMatrix | CrossProductRows (const Matrix &A, const Matrix &B) |
| ReturnMatrix | CrossProductColumns (const Matrix &A, const Matrix &B) |
| #define REPORT {} |
Definition at line 18 of file newmat7.cpp.
Referenced by MultipliedMatrix::Evaluate(), AddedMatrix::Evaluate(), SPMatrix::Evaluate(), KPMatrix::Evaluate(), ConcatenatedMatrix::Evaluate(), StackedMatrix::Evaluate(), SolvedMatrix::Evaluate(), SubtractedMatrix::Evaluate(), InvertedMatrix::Evaluate(), GeneralMatrix::IsEqual(), CroutMatrix::IsEqual(), BandLUMatrix::IsEqual(), GeneralMatrix::IsZero(), IsZero(), GeneralMatrix::MakeSolver(), Matrix::MakeSolver(), GeneralMatrix::MinusEqual(), BaseMatrix::Norm1(), BaseMatrix::NormInfinity(), GeneralMatrix::PlusEqual(), UpperTriangularMatrix::Solver(), LowerTriangularMatrix::Solver(), and CroutMatrix::Solver().
Definition at line 964 of file newmat7.cpp.
|
inline |
Definition at line 957 of file newmat7.cpp.
| ReturnMatrix CrossProductColumns | ( | const Matrix & | A, |
| const Matrix & | B | ||
| ) |
Definition at line 1009 of file newmat7.cpp.
| ReturnMatrix CrossProductRows | ( | const Matrix & | A, |
| const Matrix & | B | ||
| ) |
Definition at line 988 of file newmat7.cpp.
| bool IsZero | ( | const BaseMatrix & | A | ) |
Definition at line 889 of file newmat7.cpp.
References A, GeneralMatrix::Evaluate(), GeneralMatrix::IsZero(), and REPORT.
| bool operator== | ( | const BaseMatrix & | A, |
| const BaseMatrix & | B | ||
| ) |
Definition at line 812 of file newmat7.cpp.
| bool operator== | ( | const GeneralMatrix & | A, |
| const GeneralMatrix & | B | ||
| ) |
Definition at line 850 of file newmat7.cpp.
Referenced by MatrixBandWidth::operator!=().
1.8.14