#include <iostream>
#include <fstream>
#include <cmath>
#include "matrix.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
Matrix & | IdentityMatrix (int Diagonal) |
ostream & | operator<< (ostream &ostr, const Matrix &obj) |
|
Definition at line 1465 of file matrix.cpp. References Matrix::IdentityMatrix(). Referenced by RainbowOption::RainbowOption(). |
|
Definition at line 1472 of file matrix.cpp. |