Hi,
I'm trying to optimize my code to the maximum performance, I have 3x3 matrix, I'm calculating the inverse using the function
matinv from the CESS library.I'm wondering if the performance of this function is better than calculating the inverse manually using the determinant and the minor matrix in the special case of 3by3 matrix.thanks in advance.
Hi,The C and C++ run-time libraries are collections of functions, macros, and class templates that may be called fromyour source programs. The libraries provide a broad range of services, including those…
Moving to Software and Development Tools