VF_lnVD_lnVE_ln
VCF_lnVCD_lnVCE_ln
VFx_lnVDx_lnVEx_ln
VCFx_lnVCDx_lnVCEx_ln
VPF_lntoCVPD_lntoCVPE_lntoC
FunctionNatural logarithm
Syntax C/C++#include <VFmath.h>
int VF_ln( fVector Y, fVector X, ui size );
int VFx_ln( fVector Y, fVector X, ui size, float A, float B, float C );
int VPF_lntoC( cfVector Y, pfVector X, ui size );
C++ VecObj#include <OptiVec.h>
int vector<T>::ln( const vector<T>& X );
int vector<T>::x_ln( const vector<T>& X, const T& A, const T& B, const T& C );
int vector<complex<T>>::lntoC( const vector<polar<T>>& X );
Pascal/Delphiuses VFmath;
function VF_ln( Y, X:fVector; size:UIntSize ): IntBool;
function VFx_ln( Y, X:fVector; size:UIntSize; A, B, C:Single ): IntBool;
function VPF_lntoC( Y:cfVector; X:pfVector; size:UIntSize ): IntBool;
CUDA function C/C++#include <cudaVFmath.h>
int cudaVF_ln( fVector d_Y, fVector d_X, ui size );
int cudaVFx_ln( fVector d_Y, fVector d_X, ui size, float A, float B, float C );
int cusdVFx_ln( fVector d_Y, fVector d_X, ui size, float *d_A, float *d_B, float *d_C );
int VFcu_ln( fVector h_Y, fVector h_X, ui size );
int VFxcu_ln( fVector h_Y, fVector h_X, ui size, float A, float B, float C );
CUDA function Pascal/Delphiuses VFmath;
function cudaVF_ln( d_Y, d_X:fVector; size:UIntSize ): IntBool;
function cudaVFx_ln( d_Y, d_X:fVector; size:UIntSize; A, B, C:Single ): IntBool;
function cusdVFx_ln( d_Y, d_X:fVector; size:UIntSize; d_A, d_B, d_C:PSingle ): IntBool;
function VFcu_ln( h_Y, h_X:fVector; size:UIntSize ): IntBool;
function VFxcu_ln( h_Y, h_X:fVector; size:UIntSize; A, B, C:Single ): IntBool;
DescriptionThese function names are synonyms for the functions of the VF_log family. See VF_log for details.

VectorLib Table of Contents  OptiVec home