Main Page
|
Namespace List
|
Class Hierarchy
|
Data Structures
|
Directories
|
File List
|
Data Fields
|
Globals
libsrc
/
matrix
matrix.h File Reference
Go to the source code of this file.
Functions
template<class T, class S>
void
multiply
(const
matrix
< T, S > &_A, const
packed_vector
< S > &_x,
packed_vector
< S > &_b)
Function Documentation
template<class T, class S>
void multiply
(
const
matrix
< T, S > &
_A
,
const
packed_vector
< S > &
_x
,
packed_vector
< S > &
_b
)
The multiply procedure implements matrix vector multiplication.
Parameters:
_A
Input: The matrix for the multiplication: A x = b.
_x
Input: The vector to be multiplied in
packed_vector
format
_b
Output: The result of the multiplication in
packed_vector
format
Generated on Wed Apr 26 17:41:45 2006 for Parallel Toolbox by
1.4.2