Go to the source code of this file.
Functions | |
ComplexRowVector | operator* (const Complex &, const RowVector &) |
ComplexRowVector | operator+ (const Complex &, const RowVector &) |
ComplexRowVector | operator- (const Complex &, const RowVector &) |
ComplexRowVector | operator/ (const Complex &, const RowVector &) |
ComplexRowVector operator* | ( | const Complex & | s, |
const RowVector & | v | ||
) |
Definition at line 11 of file vx-cs-rv.cc.
ComplexRowVector operator+ | ( | const Complex & | s, |
const RowVector & | v | ||
) |
Definition at line 11 of file vx-cs-rv.cc.
ComplexRowVector operator- | ( | const Complex & | s, |
const RowVector & | v | ||
) |
Definition at line 11 of file vx-cs-rv.cc.
ComplexRowVector operator/ | ( | const Complex & | s, |
const RowVector & | v | ||
) |
Definition at line 11 of file vx-cs-rv.cc.