#include "Geometry/matrix.h"
Include dependency graph for diag-matrix.h:
Go to the source code of this file.
Compounds | |
class | diag_matrix |
Functions | |
template<unsigned N> diag_matrix< N > | operator * (const diag_matrix< N > &ls, const diag_matrix< N > &rs) |
template<unsigned N> diag_matrix< N > | operator+ (const diag_matrix< N > &ls, const diag_matrix< N > &rs) |
template<unsigned N> diag_matrix< N > | operator- (const diag_matrix< N > &ls, const diag_matrix< N > &rs) |
template<unsigned N, unsigned M> void | mul (matrix< N, M > &res, const diag_matrix< M > &D, const matrix< M, N > &A) |
template<unsigned N, unsigned M> matrix< M, N > | operator * (const diag_matrix< M > &D, const matrix< M, N > &A) |
template<unsigned N, unsigned M> void | mul (matrix< N, M > &res, const matrix< M, N > &A, const diag_matrix< N > &D) |
template<unsigned N, unsigned M> matrix< M, N > | operator * (const matrix< M, N > &A, const diag_matrix< N > &D) |
template<unsigned N> coordN< N > | operator * (const diag_matrix< N > &ls, const coordN< N > &rs) |
template<unsigned N> ostream & | operator<< (ostream &out, const diag_matrix< N > &rs) |
template<unsigned N> istream & | operator>> (istream &in, diag_matrix< N > &rs) |
|
Definition at line 40 of file diag-matrix.h. |
|
Definition at line 44 of file diag-matrix.h. |
|
Definition at line 48 of file diag-matrix.h. |
|
Definition at line 53 of file diag-matrix.h. |
|
Definition at line 61 of file diag-matrix.h. References mul. |
|
Definition at line 70 of file diag-matrix.h. |
|
Definition at line 78 of file diag-matrix.h. References mul. |
|
Definition at line 88 of file diag-matrix.h. |
|
Definition at line 92 of file diag-matrix.h. |
|
Definition at line 96 of file diag-matrix.h. |