The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() ![]() |
|||||||||||
See also: SMult, Multiply, Transpose, Add, MultiplyTransposed | |||||||||||
TransposeAndMultiply |
|||||||||||
The function TransposeAndMultiply calculates the product of the transposed matrix self times the matrix MatB. The resulting matrix is stored in MatRes (Versions [1] and [3]). There is an overloaded version of TransposeAndMultiply ([2] and [4]) which multiplies the transposed matrix self with the vector VecB yielding the resulting vector VecRes. The function returns a TRUE value, if the multiplication has been carried out successfully.
|