CYCLUS
Namespaces | Functions
l_matrix.cc File Reference
#include "l_matrix.h"
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Namespaces

 cyclus
 

Functions

LMatrix cyclus::identity (int n)
 
LMatrix cyclus::operator* (const LMatrix &lhs, const LMatrix &rhs)
 
LMatrix cyclus::operator* (const long double k, const LMatrix &A)
 
LMatrix cyclus::operator* (const LMatrix &A, const long double k)
 
LMatrix cyclus::operator+ (const LMatrix &lhs, const LMatrix &rhs)
 
LMatrix cyclus::operator- (const LMatrix &lhs, const LMatrix &rhs)
 
LMatrix cyclus::operator^ (const LMatrix &A, const int k)