NANA
|
简单矩阵类的实现 更多...
函数 | |
NAFLOAT | NANA::pythag (NAFLOAT a, NAFLOAT b) |
std::istream & | NANA::operator>> (std::istream &is, Matrix &m) |
std::ostream & | NANA::operator<< (std::ostream &out, const Matrix &M) |
std::ostream & NANA::operator<< | ( | std::ostream & | out, |
const Matrix & | M | ||
) |
std::istream & NANA::operator>> | ( | std::istream & | is, |
Matrix & | m | ||
) |
NAFLOAT NANA::pythag | ( | NAFLOAT | a, |
NAFLOAT | b | ||
) |
在文件 matrix.cpp 第 219 行定义.