Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Matrix Determinant

arman_g_
Beginner
1,281 Views

Hi all,

I am just trying to get a determinant of a matrix ( could be from 4x4 to 10x10 , so not huge matrices). I was wondering what is the most efficient way?

Using MKL or....

also the matrix would not be always a sparse matrix.

 

Thanks,

Arman 

0 Kudos
1 Solution
Greg_T_
Valued Contributor I
1,281 Views

Hi Arman,

One possible source for a matrix determinant subroutine is at the NIST Guide to Available Mathematical Software (GAMS) site:

http://gams.nist.gov/

Use the keyword search for "determinant" and it lists several choices for symmetric and non-symmetric matrices.

Regard,
Greg

View solution in original post

0 Kudos
1 Reply
Greg_T_
Valued Contributor I
1,282 Views

Hi Arman,

One possible source for a matrix determinant subroutine is at the NIST Guide to Available Mathematical Software (GAMS) site:

http://gams.nist.gov/

Use the keyword search for "determinant" and it lists several choices for symmetric and non-symmetric matrices.

Regard,
Greg

0 Kudos
Reply