OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <cmath>
#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 | WANT_MATH |
#define | REPORT {} |
#define | MONITOR(what, store, storage) {} |
Functions | |
Real | DotProd (const MatrixRowCol &mrc1, const MatrixRowCol &mrc2) |
#define MONITOR | ( | what, | |
store, | |||
storage | |||
) | {} |
Definition at line 26 of file newmat2.cpp.
#define REPORT {} |
Definition at line 21 of file newmat2.cpp.
Referenced by MatrixRowCol::Add(), MatrixRowCol::AddScaled(), MatrixRowCol::Check(), MatrixRowCol::ConCat(), MatrixRowCol::Copy(), MatrixRowCol::CopyCheck(), DotProd(), MatrixRowCol::Inject(), MatrixRowCol::Maximum1(), MatrixRowCol::MaximumAbsoluteValue1(), MatrixRowCol::Minimum1(), MatrixRowCol::MinimumAbsoluteValue1(), MatrixRowCol::Multiply(), MatrixRowCol::NegAdd(), MatrixRowCol::Negate(), MatrixRowCol::RevSub(), DiagonalMatrix::Solver(), IdentityMatrix::Solver(), MatrixRowCol::Sub(), MatrixRowCol::Sum(), MatrixRowCol::SumAbsoluteValue(), and MatrixRowCol::Zero().
#define WANT_MATH |
Definition at line 5 of file newmat2.cpp.
Real DotProd | ( | const MatrixRowCol & | mrc1, |
const MatrixRowCol & | mrc2 | ||
) |
Definition at line 74 of file newmat2.cpp.
References MatrixRowCol::data, REPORT, MatrixRowCol::skip, and MatrixRowCol::storage.