MCL
A C++ library mirroring some of the most common Matlab functions.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
mcl::EigOutput Struct Reference

#include <matrixop.h>

Public Attributes

std::vector< Complexeigen_values
 
std::vector< std::vector
< Complex > > 
eigen_vectors
 

Detailed Description

Contains eigenvalues and eigenvectors

Member Data Documentation

std::vector<Complex> mcl::EigOutput::eigen_values

Eigenvalues

std::vector<std::vector<Complex> > mcl::EigOutput::eigen_vectors

Eigenvectors


The documentation for this struct was generated from the following file: