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
See Also
TaoMat::Multiply(), TaoMat::MultiplyTransposeAdd()
Level:intermediate
Location:src/matrix/taomat.c
TAO Solver Index
Table of Contents