MF_neg
MD_neg
ME_neg
MCF_neg
MCD_neg
MCE_neg
Function
negation
Syntax C/C++
#include <MFstd.h>
void MF_neg( fMatrix MB, fMatrix MA, unsigned ht, unsigned len );
C++ MatObj
#include <OptiVec.h>
void matrix<T>::neg( const matrix<T>& MA );
Pascal/Delphi
uses MFstd;
procedure MF_neg( MB, MA:fMatrix; ht, len:UInt );
Description
MBi
,j
= -MA
i,j
See also
MCF_conj
,
chapter 3
MatrixLib
Table of Contents
OptiVec
home