neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::math::basic_matrix< T, Rows, Columns >::rebind< T2 > Struct Template Reference

#include <numerical.hpp>

Public Types

typedef basic_matrix< T2, Rows, Columnstype
 

Detailed Description

template<typename T, uint32_t Rows, uint32_t Columns>
template<typename T2>
struct neolib::math::basic_matrix< T, Rows, Columns >::rebind< T2 >

Definition at line 914 of file numerical.hpp.

Member Typedef Documentation

◆ type

template<typename T , uint32_t Rows, uint32_t Columns>
template<typename T2 >
typedef basic_matrix<T2, Rows, Columns> neolib::math::basic_matrix< T, Rows, Columns >::rebind< T2 >::type

Definition at line 914 of file numerical.hpp.


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