We are developing a finite element analysis application involving matrix calculations. We are hoping to use MKL from Intel for our requirements.
We need to calculate
• Matrix Inverse
• Matrix Multiplication
• Matrix solving
Input matrix dimensions will be in the order of 10^8
We would like to know will MKL library be able to handle such inputs and calculations.