gsl_matrix.hh File Reference
#include <cassert>
#include <iterator>
#include <gsl/gsl_matrix.h>
#include <mia/core/gsl_vector.hh>
Include dependency graph for gsl_matrix.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  gsl::const_matrix_iterator
 
struct  gsl::CSymmvEvalEvec
 
class  std::iterator_traits< gsl::const_matrix_iterator >
 
class  std::iterator_traits< gsl::matrix_iterator >
 
class  gsl::Matrix
 
class  gsl::matrix_iterator
 

Namespaces

 gsl
 
 std
 

Functions

void EXPORT_GSL gsl::matrix_inv_sqrt (Matrix &m)
 
bool EXPORT_GSL gsl::operator!= (const matrix_iterator &lhs, const matrix_iterator &rhs)
 
bool EXPORT_GSL gsl::operator!= (const const_matrix_iterator &lhs, const const_matrix_iterator &rhs)
 
Matrix EXPORT_GSL gsl::operator* (const Matrix &lhs, const Matrix &rhs)
 
Matrix EXPORT_GSL gsl::operator+ (const Matrix &lhs, const Matrix &rhs)
 
Matrix EXPORT_GSL gsl::operator- (const Matrix &lhs, const Matrix &rhs)
 
std::ostream & gsl::operator<< (std::ostream &os, const Matrix &m)
 
bool EXPORT_GSL gsl::operator== (const matrix_iterator &lhs, const matrix_iterator &rhs)
 
bool EXPORT_GSL gsl::operator== (const const_matrix_iterator &lhs, const const_matrix_iterator &rhs)