NANA
|
复数矩阵 更多...
#include <matrix.h>
Public 成员函数 | |
virtual | ~CMatrix () |
析构 更多... | |
void | create (int rows, int cols) |
申请内存 更多... | |
void | release () |
释放已申请的内存 更多... | |
复数矩阵
NANA::CMatrix::CMatrix | ( | ) |
在文件 matrix.cpp 第 872 行定义.
|
virtual |
析构
在文件 matrix.cpp 第 881 行定义.
void NANA::CMatrix::create | ( | int | rows, |
int | cols | ||
) |
void NANA::CMatrix::release | ( | ) |