MF_neg MD_neg ME_neg
MCF_neg MCD_neg MCE_neg
MI_negMBI_negMSI_negMLI_negMQI_neg
Functionnegation
Syntax C/C++#include <MFstd.h>
void MF_neg( fMatrix MB, fMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void matrix<T>::neg( const matrix<T>& MA );
Pascal/Delphiuses MFstd;
procedure MF_neg( MB, MA:fMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_neg( fMatrix d_MB, fMatrix d_MA, ui ht, ui len );
void MFcu_neg( fMatrix h_MB, fMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_neg( d_MB, d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_neg( h_MB, h_MA:fMatrix; ht, len:UIntSize );
DescriptionMBi,j = -MAi,j
See alsoMCF_conj,   chapter 3

MatrixLib Table of Contents  OptiVec home