mgcpp
A C++ Math Library Based on CUDA
Public Member Functions | List of all members
mgcpp::matrix_base< MatrixType, Type > Struct Template Reference

#include <matrix_base.hpp>

Inheritance diagram for mgcpp::matrix_base< MatrixType, Type >:
Inheritance graph
[legend]

Public Member Functions

MatrixType const & operator~ () const noexcept
 
MatrixType & operator~ () noexcept
 

Member Function Documentation

◆ operator~() [1/2]

template<typename MatrixType, typename Type>
MatrixType const& mgcpp::matrix_base< MatrixType, Type >::operator~ ( ) const
inlinenoexcept

◆ operator~() [2/2]

template<typename MatrixType, typename Type>
MatrixType& mgcpp::matrix_base< MatrixType, Type >::operator~ ( )
inlinenoexcept

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