#include "matrix.h" int main (int argc, char** argv) { Matrix matrix( 0, 1, -1, 1, 1, 0, -1, 0, 1); matrix.eigVl(matrix); }