Home
last modified time | relevance | path

Searched defs:MatrixDouble (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DMatrixFwd.h23 typedef BaseMatrix<Double> MatrixDouble; typedef
H A DMatrix.h459 typedef BaseMatrix<Double> MatrixDouble; typedef
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DMatrixFwd.h23 typedef BaseMatrix<Double> MatrixDouble; typedef
H A DMatrix.h474 typedef BaseMatrix<Double> MatrixDouble; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DMatrixFwd.h23 typedef BaseMatrix<Double> MatrixDouble; typedef
H A DMatrix.h475 typedef BaseMatrix<Double> MatrixDouble; typedef
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DMatrixFwd.h23 typedef BaseMatrix<Double> MatrixDouble; typedef
H A DMatrix.h485 typedef BaseMatrix<Double> MatrixDouble; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DMatrixFwd.h23 typedef BaseMatrix<Double> MatrixDouble; typedef
H A DMatrix.h474 typedef BaseMatrix<Double> MatrixDouble; typedef
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/src/c/
H A DtransposeMatrix.c21 double *transposeMatrixDouble(int C, int L, double *MatrixDouble) in transposeMatrixDouble()
/dports/math/scilab/scilab-6.1.1/scilab/modules/tclsci/src/c/
H A Dsetvar.c21 BOOL SetVarMatrix(Tcl_Interp *TCLinterpreter, char *VarName, double* MatrixDouble, int m, int n) in SetVarMatrix()