$search
Let matrix simulate a C type const two dimensional array. More...
#include <newmat.h>
Public Member Functions | |
operator const Real ** () | |
~ConstRealStarStar () | |
ConstRealStarStar (const Matrix &A) | |
Private Attributes | |
const Real ** | a |
Let matrix simulate a C type const two dimensional array.
Definition at line 1902 of file newmat.h.
ConstRealStarStar::ConstRealStarStar | ( | const Matrix & | A | ) |
Definition at line 1344 of file newmat4.cpp.
const Real** ConstRealStarStar::a [private] |