MultiplyTranspose

Multiplies the transpose of this matrix by a TaoVec.

Synopsis

#include "tao_solver.h"  
int TaoMat::MultiplyTranspose(TaoVec* tx,TaoVec* ty)

Input Parameter

tx -the vector to be multiplied by this matrix.

Output Parameter

ty -the destination vector

Note

This method can also be called by using pointers to TaoVec as input parameters.

See Also

TaoMat::Multiply(), TaoMat::MultiplyTransposeAdd()

Level:intermediate
Location:src/matrix/taomat.c
TAO Solver Index
Table of Contents