Справочная система Matrix32
Вычисление заданной операции для дробных массивов из списка MatricesApplies to TMatrix Declaration function CalcOperation(const Matrices: array of TMatrix; AFunc: TFloatOperation): TMatrix; Declaration function CalcOperation(const Matrices: array of TMatrix; AFunc: TIntOperation): TMatrix; Declaration function CalcOperation(const Matrices: array of TMatrix; AFunc: TInt64Operation): TMatrix; Declaration function CalcOperation(const Matrices: array of TMatrix; AFunc: TComplexOperation): TMatrix;
|