Go to Overview over all GrAL packages.
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Geometry/diag-matrix.h File Reference

#include "Geometry/matrix.h"

Include dependency graph for diag-matrix.h:

Include dependency graph

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)


Function Documentation

template<unsigned N>
diag_matrix<N> operator * const diag_matrix< N > &    ls,
const diag_matrix< N > &    rs
[inline]
 

Definition at line 40 of file diag-matrix.h.

template<unsigned N>
diag_matrix<N> operator+ const diag_matrix< N > &    ls,
const diag_matrix< N > &    rs
[inline]
 

Definition at line 44 of file diag-matrix.h.

template<unsigned N>
diag_matrix<N> operator- const diag_matrix< N > &    ls,
const diag_matrix< N > &    rs
[inline]
 

Definition at line 48 of file diag-matrix.h.

template<unsigned N, unsigned M>
void mul matrix< N, M > &    res,
const diag_matrix< M > &    D,
const matrix< M, N > &    A
 

Definition at line 53 of file diag-matrix.h.

template<unsigned N, unsigned M>
matrix<M,N> operator * const diag_matrix< M > &    D,
const matrix< M, N > &    A
[inline]
 

Definition at line 61 of file diag-matrix.h.

References mul.

template<unsigned N, unsigned M>
void mul matrix< N, M > &    res,
const matrix< M, N > &    A,
const diag_matrix< N > &    D
 

Definition at line 70 of file diag-matrix.h.

template<unsigned N, unsigned M>
matrix<M,N> operator * const matrix< M, N > &    A,
const diag_matrix< N > &    D
[inline]
 

Definition at line 78 of file diag-matrix.h.

References mul.

template<unsigned N>
coordN<N> operator * const diag_matrix< N > &    ls,
const coordN< N > &    rs
[inline]
 

Definition at line 88 of file diag-matrix.h.

template<unsigned N>
ostream& operator<< ostream &    out,
const diag_matrix< N > &    rs
[inline]
 

Definition at line 92 of file diag-matrix.h.

template<unsigned N>
istream& operator>> istream &    in,
diag_matrix< N > &    rs
[inline]
 

Definition at line 96 of file diag-matrix.h.


Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

Generated at Tue Feb 26 15:57:28 2002 for Geometry by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000