Multiply

Computes ty = this * tx.

Synopsis

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

Input Parameter

tx -the vector to be multiplied by this matrix.

Output Parameter

ty -the destination vector

See Also

TaoMat::MultiplyAdd(), TaoMat::MultiplyTranspose()

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