forum.alglib.net http://forum.alglib.net/ |
|
use ALGlib in Delphi 7 http://forum.alglib.net/viewtopic.php?f=2&t=979 |
Page 1 of 1 |
Author: | djondoo [ Fri Aug 30, 2013 4:48 am ] |
Post subject: | use ALGlib in Delphi 7 |
I have Matrix: arrA: array of array of double; Nmatrix: integer; Nmatrix := 9; // size of matrix SetLength(arrA, Nmatrix, Nmatrix); //... send data to matrix // arrA[i][j] := xxx; ??? How can i use function CMatrixInverse??? CMatrixInverse(arrA, 9); - dont work - "Types of actual and format var parameters must be identical" |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |