Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

matrix.inl File Reference

Go to the source code of this file.

Defines

#define LOOP(OP)   for(int i = 0; i < m_r * m_c; i++) OP;
#define LOOP(OP)   for(int i = 0; i < m_r * m_c; i++) OP;

Functions

Matrix operator * (Real r, const Matrix &m)


Define Documentation

#define LOOP OP   )     for(int i = 0; i < m_r * m_c; i++) OP;
 

Todo:
Optimize by precomputing and storing m_r * m_c in the matrix.

Definition at line 24 of file matrix.inl.

#define LOOP OP   )     for(int i = 0; i < m_r * m_c; i++) OP;
 

Todo:
Optimize by precomputing and storing m_r * m_c in the matrix.

Definition at line 24 of file matrix.inl.


Function Documentation

Matrix operator * Real  r,
const Matrix m
[inline]
 

Definition at line 249 of file matrix.inl.


Generated on Tue May 11 01:31:53 2004 for toxic by doxygen 1.3.6