Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

mdp_matrix.h File Reference

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const mdp_matrix &a)
void print (const mdp_matrix &a)
void prepare (mdp_matrix &a)
mdp_matrix operator+ (const mdp_matrix &a)
mdp_matrix operator- (const mdp_matrix &a)
mdp_matrix operator+ (const mdp_matrix &x, const mdp_matrix &y)
mdp_matrix operator- (const mdp_matrix &x, const mdp_matrix &y)
mdp_matrix operator * (const mdp_matrix &x, const mdp_matrix &y)
mdp_matrix operator/ (const mdp_matrix &a, const mdp_matrix &b)
mdp_matrix operator+ (const mdp_matrix &a, mdp_complex b)
mdp_matrix operator- (const mdp_matrix &a, mdp_complex b)
mdp_matrix operator * (const mdp_matrix &y, mdp_complex x)
mdp_matrix operator/ (const mdp_matrix &a, mdp_complex b)
mdp_matrix operator+ (mdp_complex b, const mdp_matrix &a)
mdp_matrix operator- (mdp_complex b, const mdp_matrix &a)
mdp_matrix operator * (mdp_complex x, const mdp_matrix &y)
mdp_matrix operator/ (mdp_complex b, const mdp_matrix &a)
mdp_matrix operator+ (const mdp_matrix &a, mdp_real b)
mdp_matrix operator- (const mdp_matrix &a, mdp_real b)
mdp_matrix operator * (const mdp_matrix &y, mdp_real x)
mdp_matrix operator/ (const mdp_matrix &a, mdp_real b)
mdp_matrix operator+ (mdp_real b, const mdp_matrix &a)
mdp_matrix operator- (mdp_real b, const mdp_matrix &a)
mdp_matrix operator * (mdp_real a, const mdp_matrix &b)
mdp_matrix mdp_identity (uint i)
mdp_matrix mdp_zero (uint i)
mdp_real max (const mdp_matrix &a)
mdp_matrix submatrix (const mdp_matrix &a, uint i, uint j)
mdp_complex det (const mdp_matrix &a)
mdp_matrix inv (const mdp_matrix &a)
mdp_matrix pow (const mdp_matrix &a, int i)
mdp_matrix exp (const mdp_matrix &a)
mdp_matrix log (const mdp_matrix &a)
mdp_matrix sin (const mdp_matrix &a)
mdp_matrix cos (const mdp_matrix &a)
mdp_complex trace (const mdp_matrix &a)
mdp_matrix transpose (const mdp_matrix &a)
mdp_matrix hermitian (const mdp_matrix &a)
mdp_matrix conj (const mdp_matrix &a)


Detailed Description

Version:
3-1-2005
Author:
Massimo Di Pierro <mdipierro@cs.depaul.edu>
Contains class mdp_matrix

This file is copyrighted by MetaCryption LLC Read attached license in file mdp_license.pdf This file cannot be distributed without file mdp_license.pdf


Generated on Sun Feb 27 15:12:23 2005 by  doxygen 1.4.1