#include <iostream>
#include <Eigen/SVD>
Go to the source code of this file.
Functions | |
float | inv_cond (const Ref< const MatrixXf > &a) |
int | main () |
float inv_cond | ( | const Ref< const MatrixXf > & | a | ) |
Definition at line 6 of file function_taking_ref.cpp.
int main | ( | ) |
Definition at line 12 of file function_taking_ref.cpp.