get the (i-th,j-th) matrix's element
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| m | : type(matrix) |
| i | : i-th row |
| j | : i-th col |
- Date:
- 13th of March, 2011
- Returns:
- res : (i-th,j-th) matrix's element
Definition at line 1055 of file matrix.f90.