Namespaces | |
namespace | mesh_conv |
Functions | |
std::ostream & | mesh_conv::operator<< (std::ostream &stream, const MC_matrix &_M) |
MC_matrix | mesh_conv::operator+ (const MC_matrix &M1, const double &alpha) |
MC_matrix | mesh_conv::operator+ (const double &alpha, const MC_matrix &M1) |
MC_matrix | mesh_conv::operator- (const MC_matrix &M1, const double &alpha) |
MC_matrix | mesh_conv::operator- (const double &alpha, const MC_matrix &M1) |
MC_matrix | mesh_conv::operator* (const MC_matrix &M1, const double &alpha) |
MC_matrix | mesh_conv::operator* (const double &alpha, const MC_matrix &M1) |
MC_matrix | mesh_conv::operator/ (const MC_matrix &M1, const double &alpha) |
MC_matrix | mesh_conv::operator/ (const double &alpha, const MC_matrix &M1) |
MC_matrix | mesh_conv::operator+ (const MC_matrix &M1, const MC_matrix &M2) |
MC_matrix | mesh_conv::operator- (const MC_matrix &M1, const MC_matrix &M2) |
MC_matrix | mesh_conv::operator* (const MC_matrix &M1, const MC_matrix &M2) |
MC_matrix | mesh_conv::operator* (const MC_matrix &M1, const MC_v3d &V) |
MC_double_vector | mesh_conv::operator* (const MC_matrix &M1, const MC_double_vector &v) |