NANA
函数
matrix.cpp 文件参考

简单矩阵类的实现 更多...

#include "..\include\core\matrix.h"
#include "..\include\core\safememory.hpp"
#include <iostream>
matrix.cpp 的引用(Include)关系图:

浏览源代码.

函数

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)
 

详细描述

简单矩阵类的实现

日期
2021/11/29 6:03
作者
yurutu Contact: 70710.nosp@m.1557.nosp@m.@qq.c.nosp@m.om

TODO:

注解

在文件 matrix.cpp 中定义.

函数说明

◆ operator<<()

std::ostream & NANA::operator<< ( std::ostream &  out,
const Matrix M 
)
参数
out
M
返回

在文件 matrix.cpp847 行定义.

◆ operator>>()

std::istream & NANA::operator>> ( std::istream &  is,
Matrix m 
)
参数
is
m
返回

在文件 matrix.cpp836 行定义.

◆ pythag()

NAFLOAT NANA::pythag ( NAFLOAT  a,
NAFLOAT  b 
)

在文件 matrix.cpp219 行定义.