libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
Referencia del Archivo moMathDMatrix.h
#include "moMathDVector.h"
Dependencia gráfica adjunta para moMathDMatrix.h:
Gráfico de los archivos que directa o indirectamente incluyen a este archivo:

Ir al código fuente de este archivo.

Clases

class  moDMatrix< Real >
 
class  moDBandedMatrix< Real >
 

typedefs

typedef moDMatrix< MOfloatmoDMatrixf
 
typedef moDMatrix< MOdoublemoDMatrixd
 
typedef moDBandedMatrix< MOfloatmoDBandedMatrixf
 
typedef moDBandedMatrix< MOdoublemoDBandedMatrixd
 

Funciones

template<class Real >
moDMatrix< Real > operator* (Real fScalar, const moDMatrix< Real > &rkM)
 
template<class Real >
moDVector< Real > operator* (const moDVector< Real > &rkV, const moDMatrix< Real > &rkM)
 

Variables

template class LIBMOLDEO_API moDMatrix< MOfloat >
 
template class LIBMOLDEO_API moDMatrix< MOdouble >
 
template class LIBMOLDEO_API moDBandedMatrix< MOfloat >
 
template class LIBMOLDEO_API moDBandedMatrix< MOdouble >
 

Documentación de los 'typedefs'

◆ moDBandedMatrixd

Definición en la línea 218 del archivo moMathDMatrix.h.

◆ moDBandedMatrixf

Definición en la línea 209 del archivo moMathDMatrix.h.

◆ moDMatrixd

Definición en la línea 157 del archivo moMathDMatrix.h.

◆ moDMatrixf

Definición en la línea 150 del archivo moMathDMatrix.h.

Documentación de las funciones

◆ operator*() [1/2]

template<class Real >
moDMatrix<Real> operator* ( Real  fScalar,
const moDMatrix< Real > &  rkM 
)

Definición en la línea 474 del archivo moMathDMatrix.cpp.

Gráfico de llamadas para esta función:

◆ operator*() [2/2]

template<class Real >
moDVector<Real> operator* ( const moDVector< Real > &  rkV,
const moDMatrix< Real > &  rkM 
)

Definición en la línea 611 del archivo moMathDMatrix.cpp.

Gráfico de llamadas para esta función:

Documentación de las variables

◆ moDBandedMatrix< MOdouble >

Definición en la línea 214 del archivo moMathDMatrix.h.

◆ moDBandedMatrix< MOfloat >

Definición en la línea 205 del archivo moMathDMatrix.h.

◆ moDMatrix< MOdouble >

template class LIBMOLDEO_API moDMatrix< MOdouble >

Definición en la línea 154 del archivo moMathDMatrix.h.

◆ moDMatrix< MOfloat >

template class LIBMOLDEO_API moDMatrix< MOfloat >

Definición en la línea 147 del archivo moMathDMatrix.h.