文件名称:Matrice2
介绍说明--下载内容均来自于网络,请自行研究使用
法国cromda编写的新版本MATRICE 2(矩阵和矢量运算单元)。
// ----------------------------------------------------------
// 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6)
// All routines now operate on rectangular matrix, except (InvMat and SysLin)
// No more need to use the InitMat procedure (suppressed) :
// - the routines detect automaticaly the dimensions of matrix and vector
// - error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur)
// - error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result
// -
// The result matrix is dimensioned automaticaly-Cromda France prepared a new version of MATRICE 2 (matrix and vector computing unit).//----------------------------------------------------------// 12-01-02: MODIFIED Matrice to Matrice2 (Delphi 6)// All routines now operate on rectangular matrix, except (InvMat and SysLin)// No more need to use the InitMat procedure (suppressed)://- the routines detect automaticaly the dimensions of matrix and vector//- error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur)//- error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result//-// The result matrix is dimensioned automaticaly
// ----------------------------------------------------------
// 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6)
// All routines now operate on rectangular matrix, except (InvMat and SysLin)
// No more need to use the InitMat procedure (suppressed) :
// - the routines detect automaticaly the dimensions of matrix and vector
// - error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur)
// - error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result
// -
// The result matrix is dimensioned automaticaly-Cromda France prepared a new version of MATRICE 2 (matrix and vector computing unit).//----------------------------------------------------------// 12-01-02: MODIFIED Matrice to Matrice2 (Delphi 6)// All routines now operate on rectangular matrix, except (InvMat and SysLin)// No more need to use the InitMat procedure (suppressed)://- the routines detect automaticaly the dimensions of matrix and vector//- error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur)//- error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result//-// The result matrix is dimensioned automaticaly
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Matrice2.pas