DSQSS
1.1
|
#include <matrix.h>
Public メソッド | |
void | resize (const long m0, const long n0) |
void | resize (const long n0) |
cmatrix () | |
cmatrix (const long n0) | |
cmatrix (const long m0, const long n0) | |
cmatrix (const cmatrix &X) | |
cmatrix & | operator+= (const cmatrix &A) |
cmatrix & | operator-= (const cmatrix &A) |
cmatrix & | operator= (const cmatrix &A) |
void | clear () |
void | zero () |
void | unity () |
void | identity () |
const void | dump (int Mmax) |
const void | dump (char *) |
const void | dump01 (int Mmax) |
Public 変数 | |
long | m |
long | n |
CPPL::dgematrix | re |
CPPL::dgematrix | im |