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

matrix Class Template Reference

#include <matrix.h>

Inheritance diagram for matrix:

Inheritance graph
[legend]
Collaboration diagram for matrix:

Collaboration graph
[legend]
List of all members.

Public Types

typedef coordN< N *M > base_vec
typedef fixed_row_mjr_subcriptor<
M, N, 1 > 
subscriptor

Public Methods

 matrix ()
 matrix (component c)
componentoperator() (unsigned i, unsigned j)
const componentoperator() (unsigned i, unsigned j) const
matrix< M, N > & operator+= (const matrix< M, N > &rs)
matrix< M, N > & operator-= (const matrix< M, N > &rs)
matrix< M, N > & operator *= (const component &rs)

template<unsigned M, unsigned N>
class matrix< M, N >


Member Typedef Documentation

template<unsigned M, unsigned N>
typedef coordN<N*M> matrix::base_vec
 

Definition at line 26 of file matrix.h.

template<unsigned M, unsigned N>
typedef fixed_row_mjr_subcriptor<M,N,1> matrix::subscriptor
 

Definition at line 27 of file matrix.h.


Constructor & Destructor Documentation

template<unsigned M, unsigned N>
matrix< M, N >::matrix   [inline]
 

Definition at line 29 of file matrix.h.

template<unsigned M, unsigned N>
matrix< M, N >::matrix component    c [inline]
 

Definition at line 30 of file matrix.h.

References coordN< N *M >::component.


Member Function Documentation

template<unsigned M, unsigned N>
component& matrix< M, N >::operator() unsigned    i,
unsigned    j
[inline]
 

Definition at line 32 of file matrix.h.

References coordN< N *M >::component.

template<unsigned M, unsigned N>
const component& matrix< M, N >::operator() unsigned    i,
unsigned    j
const [inline]
 

Definition at line 35 of file matrix.h.

References coordN< N *M >::component.

template<unsigned M, unsigned N>
matrix<M,N>& matrix< M, N >::operator+= const matrix< M, N > &    rs [inline]
 

Definition at line 38 of file matrix.h.

template<unsigned M, unsigned N>
matrix<M,N>& matrix< M, N >::operator-= const matrix< M, N > &    rs [inline]
 

Definition at line 41 of file matrix.h.

template<unsigned M, unsigned N>
matrix<M,N>& matrix< M, N >::operator *= const component   rs [inline]
 

Reimplemented from coordN< N *M >.

Definition at line 44 of file matrix.h.

References coordN< N *M >::component.


The documentation for this class was generated from the following file:
Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

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