Tatooine
Namespaces | Typedefs
mat_typedefs.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 

Typedefs

template<std::size_t M, std::size_t N>
using tatooine::Mat = mat< real_number, M, N >
 
template<std::size_t M, std::size_t N>
using tatooine::MatD = mat< double, M, N >
 
template<std::size_t M, std::size_t N>
using tatooine::MatF = mat< float, M, N >
 
template<typename T >
using tatooine::Mat22 = mat< T, 2, 2 >
 
template<typename T >
using tatooine::Mat23 = mat< T, 2, 3 >
 
template<typename T >
using tatooine::Mat24 = mat< T, 2, 4 >
 
template<typename T >
using tatooine::Mat25 = mat< T, 2, 5 >
 
template<typename T >
using tatooine::Mat26 = mat< T, 2, 6 >
 
template<typename T >
using tatooine::Mat27 = mat< T, 2, 7 >
 
template<typename T >
using tatooine::Mat28 = mat< T, 2, 8 >
 
template<typename T >
using tatooine::Mat29 = mat< T, 2, 9 >
 
template<typename T >
using tatooine::Mat32 = mat< T, 3, 2 >
 
template<typename T >
using tatooine::Mat33 = mat< T, 3, 3 >
 
template<typename T >
using tatooine::Mat34 = mat< T, 3, 4 >
 
template<typename T >
using tatooine::Mat35 = mat< T, 3, 5 >
 
template<typename T >
using tatooine::Mat36 = mat< T, 3, 6 >
 
template<typename T >
using tatooine::Mat37 = mat< T, 3, 7 >
 
template<typename T >
using tatooine::Mat38 = mat< T, 3, 8 >
 
template<typename T >
using tatooine::Mat39 = mat< T, 3, 9 >
 
template<typename T >
using tatooine::Mat42 = mat< T, 4, 2 >
 
template<typename T >
using tatooine::Mat43 = mat< T, 4, 3 >
 
template<typename T >
using tatooine::Mat44 = mat< T, 4, 4 >
 
template<typename T >
using tatooine::Mat45 = mat< T, 4, 5 >
 
template<typename T >
using tatooine::Mat46 = mat< T, 4, 6 >
 
template<typename T >
using tatooine::Mat47 = mat< T, 4, 7 >
 
template<typename T >
using tatooine::Mat48 = mat< T, 4, 8 >
 
template<typename T >
using tatooine::Mat49 = mat< T, 4, 9 >
 
template<typename T >
using tatooine::Mat52 = mat< T, 5, 2 >
 
template<typename T >
using tatooine::Mat53 = mat< T, 5, 3 >
 
template<typename T >
using tatooine::Mat54 = mat< T, 5, 4 >
 
template<typename T >
using tatooine::Mat55 = mat< T, 5, 5 >
 
template<typename T >
using tatooine::Mat56 = mat< T, 5, 6 >
 
template<typename T >
using tatooine::Mat57 = mat< T, 5, 7 >
 
template<typename T >
using tatooine::Mat58 = mat< T, 5, 8 >
 
template<typename T >
using tatooine::Mat59 = mat< T, 5, 9 >
 
template<typename T >
using tatooine::Mat62 = mat< T, 6, 2 >
 
template<typename T >
using tatooine::Mat63 = mat< T, 6, 3 >
 
template<typename T >
using tatooine::Mat64 = mat< T, 6, 4 >
 
template<typename T >
using tatooine::Mat65 = mat< T, 6, 5 >
 
template<typename T >
using tatooine::Mat66 = mat< T, 6, 6 >
 
template<typename T >
using tatooine::Mat67 = mat< T, 6, 7 >
 
template<typename T >
using tatooine::Mat68 = mat< T, 6, 8 >
 
template<typename T >
using tatooine::Mat69 = mat< T, 6, 9 >
 
template<typename T >
using tatooine::Mat72 = mat< T, 7, 2 >
 
template<typename T >
using tatooine::Mat73 = mat< T, 7, 3 >
 
template<typename T >
using tatooine::Mat74 = mat< T, 7, 4 >
 
template<typename T >
using tatooine::Mat75 = mat< T, 7, 5 >
 
template<typename T >
using tatooine::Mat76 = mat< T, 7, 6 >
 
template<typename T >
using tatooine::Mat77 = mat< T, 7, 7 >
 
template<typename T >
using tatooine::Mat78 = mat< T, 7, 8 >
 
template<typename T >
using tatooine::Mat79 = mat< T, 7, 9 >
 
template<typename T >
using tatooine::Mat82 = mat< T, 8, 2 >
 
template<typename T >
using tatooine::Mat83 = mat< T, 8, 3 >
 
template<typename T >
using tatooine::Mat84 = mat< T, 8, 4 >
 
template<typename T >
using tatooine::Mat85 = mat< T, 8, 5 >
 
template<typename T >
using tatooine::Mat86 = mat< T, 8, 6 >
 
template<typename T >
using tatooine::Mat87 = mat< T, 8, 7 >
 
template<typename T >
using tatooine::Mat88 = mat< T, 8, 8 >
 
template<typename T >
using tatooine::Mat89 = mat< T, 8, 9 >
 
template<typename T >
using tatooine::Mat92 = mat< T, 9, 2 >
 
template<typename T >
using tatooine::Mat93 = mat< T, 9, 3 >
 
template<typename T >
using tatooine::Mat94 = mat< T, 9, 4 >
 
template<typename T >
using tatooine::Mat95 = mat< T, 9, 5 >
 
template<typename T >
using tatooine::Mat96 = mat< T, 9, 6 >
 
template<typename T >
using tatooine::Mat97 = mat< T, 9, 7 >
 
template<typename T >
using tatooine::Mat98 = mat< T, 9, 8 >
 
template<typename T >
using tatooine::Mat99 = mat< T, 9, 9 >
 
template<typename T >
using tatooine::Mat2 = Mat22< T >
 
template<typename T >
using tatooine::Mat3 = Mat33< T >
 
template<typename T >
using tatooine::Mat4 = Mat44< T >
 
template<typename T >
using tatooine::Mat5 = Mat55< T >
 
template<typename T >
using tatooine::Mat6 = Mat66< T >
 
template<typename T >
using tatooine::Mat7 = Mat77< T >
 
template<typename T >
using tatooine::Mat8 = Mat88< T >
 
template<typename T >
using tatooine::Mat9 = Mat99< T >
 
using tatooine::mat22 = Mat< 2, 2 >
 
using tatooine::mat23 = Mat< 2, 3 >
 
using tatooine::mat24 = Mat< 2, 4 >
 
using tatooine::mat25 = Mat< 2, 5 >
 
using tatooine::mat26 = Mat< 2, 6 >
 
using tatooine::mat27 = Mat< 2, 7 >
 
using tatooine::mat28 = Mat< 2, 8 >
 
using tatooine::mat29 = Mat< 2, 9 >
 
using tatooine::mat32 = Mat< 3, 2 >
 
using tatooine::mat33 = Mat< 3, 3 >
 
using tatooine::mat34 = Mat< 3, 4 >
 
using tatooine::mat35 = Mat< 3, 5 >
 
using tatooine::mat36 = Mat< 3, 6 >
 
using tatooine::mat37 = Mat< 3, 7 >
 
using tatooine::mat38 = Mat< 3, 8 >
 
using tatooine::mat39 = Mat< 3, 9 >
 
using tatooine::mat42 = Mat< 4, 2 >
 
using tatooine::mat43 = Mat< 4, 3 >
 
using tatooine::mat44 = Mat< 4, 4 >
 
using tatooine::mat45 = Mat< 4, 5 >
 
using tatooine::mat46 = Mat< 4, 6 >
 
using tatooine::mat47 = Mat< 4, 7 >
 
using tatooine::mat48 = Mat< 4, 8 >
 
using tatooine::mat49 = Mat< 4, 9 >
 
using tatooine::mat52 = Mat< 5, 2 >
 
using tatooine::mat53 = Mat< 5, 3 >
 
using tatooine::mat54 = Mat< 5, 4 >
 
using tatooine::mat55 = Mat< 5, 5 >
 
using tatooine::mat56 = Mat< 5, 6 >
 
using tatooine::mat57 = Mat< 5, 7 >
 
using tatooine::mat58 = Mat< 5, 8 >
 
using tatooine::mat59 = Mat< 5, 9 >
 
using tatooine::mat62 = Mat< 6, 2 >
 
using tatooine::mat63 = Mat< 6, 3 >
 
using tatooine::mat64 = Mat< 6, 4 >
 
using tatooine::mat65 = Mat< 6, 5 >
 
using tatooine::mat66 = Mat< 6, 6 >
 
using tatooine::mat67 = Mat< 6, 7 >
 
using tatooine::mat68 = Mat< 6, 8 >
 
using tatooine::mat69 = Mat< 6, 9 >
 
using tatooine::mat72 = Mat< 7, 2 >
 
using tatooine::mat73 = Mat< 7, 3 >
 
using tatooine::mat74 = Mat< 7, 4 >
 
using tatooine::mat75 = Mat< 7, 5 >
 
using tatooine::mat76 = Mat< 7, 6 >
 
using tatooine::mat77 = Mat< 7, 7 >
 
using tatooine::mat78 = Mat< 7, 8 >
 
using tatooine::mat79 = Mat< 7, 9 >
 
using tatooine::mat82 = Mat< 8, 2 >
 
using tatooine::mat83 = Mat< 8, 3 >
 
using tatooine::mat84 = Mat< 8, 4 >
 
using tatooine::mat85 = Mat< 8, 5 >
 
using tatooine::mat86 = Mat< 8, 6 >
 
using tatooine::mat87 = Mat< 8, 7 >
 
using tatooine::mat88 = Mat< 8, 8 >
 
using tatooine::mat89 = Mat< 8, 9 >
 
using tatooine::mat92 = Mat< 9, 2 >
 
using tatooine::mat93 = Mat< 9, 3 >
 
using tatooine::mat94 = Mat< 9, 4 >
 
using tatooine::mat95 = Mat< 9, 5 >
 
using tatooine::mat96 = Mat< 9, 6 >
 
using tatooine::mat97 = Mat< 9, 7 >
 
using tatooine::mat98 = Mat< 9, 8 >
 
using tatooine::mat99 = Mat< 9, 9 >
 
using tatooine::mat2 = mat22
 
using tatooine::mat3 = mat33
 
using tatooine::mat4 = mat44
 
using tatooine::mat5 = mat55
 
using tatooine::mat6 = mat66
 
using tatooine::mat7 = mat77
 
using tatooine::mat8 = mat88
 
using tatooine::mat9 = mat99
 
using tatooine::mat22f = MatF< 2, 2 >
 
using tatooine::mat23f = MatF< 2, 3 >
 
using tatooine::mat24f = MatF< 2, 4 >
 
using tatooine::mat25f = MatF< 2, 5 >
 
using tatooine::mat26f = MatF< 2, 6 >
 
using tatooine::mat27f = MatF< 2, 7 >
 
using tatooine::mat28f = MatF< 2, 8 >
 
using tatooine::mat29f = MatF< 2, 9 >
 
using tatooine::mat32f = MatF< 3, 2 >
 
using tatooine::mat33f = MatF< 3, 3 >
 
using tatooine::mat34f = MatF< 3, 4 >
 
using tatooine::mat35f = MatF< 3, 5 >
 
using tatooine::mat36f = MatF< 3, 6 >
 
using tatooine::mat37f = MatF< 3, 7 >
 
using tatooine::mat38f = MatF< 3, 8 >
 
using tatooine::mat39f = MatF< 3, 9 >
 
using tatooine::mat42f = MatF< 4, 2 >
 
using tatooine::mat43f = MatF< 4, 3 >
 
using tatooine::mat44f = MatF< 4, 4 >
 
using tatooine::mat45f = MatF< 4, 5 >
 
using tatooine::mat46f = MatF< 4, 6 >
 
using tatooine::mat47f = MatF< 4, 7 >
 
using tatooine::mat48f = MatF< 4, 8 >
 
using tatooine::mat49f = MatF< 4, 9 >
 
using tatooine::mat52f = MatF< 5, 2 >
 
using tatooine::mat53f = MatF< 5, 3 >
 
using tatooine::mat54f = MatF< 5, 4 >
 
using tatooine::mat55f = MatF< 5, 5 >
 
using tatooine::mat56f = MatF< 5, 6 >
 
using tatooine::mat57f = MatF< 5, 7 >
 
using tatooine::mat58f = MatF< 5, 8 >
 
using tatooine::mat59f = MatF< 5, 9 >
 
using tatooine::mat62f = MatF< 6, 2 >
 
using tatooine::mat63f = MatF< 6, 3 >
 
using tatooine::mat64f = MatF< 6, 4 >
 
using tatooine::mat65f = MatF< 6, 5 >
 
using tatooine::mat66f = MatF< 6, 6 >
 
using tatooine::mat67f = MatF< 6, 7 >
 
using tatooine::mat68f = MatF< 6, 8 >
 
using tatooine::mat69f = MatF< 6, 9 >
 
using tatooine::mat72f = MatF< 7, 2 >
 
using tatooine::mat73f = MatF< 7, 3 >
 
using tatooine::mat74f = MatF< 7, 4 >
 
using tatooine::mat75f = MatF< 7, 5 >
 
using tatooine::mat76f = MatF< 7, 6 >
 
using tatooine::mat77f = MatF< 7, 7 >
 
using tatooine::mat78f = MatF< 7, 8 >
 
using tatooine::mat79f = MatF< 7, 9 >
 
using tatooine::mat82f = MatF< 8, 2 >
 
using tatooine::mat83f = MatF< 8, 3 >
 
using tatooine::mat84f = MatF< 8, 4 >
 
using tatooine::mat85f = MatF< 8, 5 >
 
using tatooine::mat86f = MatF< 8, 6 >
 
using tatooine::mat87f = MatF< 8, 7 >
 
using tatooine::mat88f = MatF< 8, 8 >
 
using tatooine::mat89f = MatF< 8, 9 >
 
using tatooine::mat92f = MatF< 9, 2 >
 
using tatooine::mat93f = MatF< 9, 3 >
 
using tatooine::mat94f = MatF< 9, 4 >
 
using tatooine::mat95f = MatF< 9, 5 >
 
using tatooine::mat96f = MatF< 9, 6 >
 
using tatooine::mat97f = MatF< 9, 7 >
 
using tatooine::mat98f = MatF< 9, 8 >
 
using tatooine::mat99f = MatF< 9, 9 >
 
using tatooine::mat2f = mat22f
 
using tatooine::mat3f = mat33f
 
using tatooine::mat4f = mat44f
 
using tatooine::mat5f = mat55f
 
using tatooine::mat6f = mat66f
 
using tatooine::mat7f = mat77f
 
using tatooine::mat8f = mat88f
 
using tatooine::mat9f = mat99f
 
using tatooine::mat22d = MatD< 2, 2 >
 
using tatooine::mat23d = MatD< 2, 3 >
 
using tatooine::mat24d = MatD< 2, 4 >
 
using tatooine::mat25d = MatD< 2, 5 >
 
using tatooine::mat26d = MatD< 2, 6 >
 
using tatooine::mat27d = MatD< 2, 7 >
 
using tatooine::mat28d = MatD< 2, 8 >
 
using tatooine::mat29d = MatD< 2, 9 >
 
using tatooine::mat32d = MatD< 3, 2 >
 
using tatooine::mat33d = MatD< 3, 3 >
 
using tatooine::mat34d = MatD< 3, 4 >
 
using tatooine::mat35d = MatD< 3, 5 >
 
using tatooine::mat36d = MatD< 3, 6 >
 
using tatooine::mat37d = MatD< 3, 7 >
 
using tatooine::mat38d = MatD< 3, 8 >
 
using tatooine::mat39d = MatD< 3, 9 >
 
using tatooine::mat42d = MatD< 4, 2 >
 
using tatooine::mat43d = MatD< 4, 3 >
 
using tatooine::mat44d = MatD< 4, 4 >
 
using tatooine::mat45d = MatD< 4, 5 >
 
using tatooine::mat46d = MatD< 4, 6 >
 
using tatooine::mat47d = MatD< 4, 7 >
 
using tatooine::mat48d = MatD< 4, 8 >
 
using tatooine::mat49d = MatD< 4, 9 >
 
using tatooine::mat52d = MatD< 5, 2 >
 
using tatooine::mat53d = MatD< 5, 3 >
 
using tatooine::mat54d = MatD< 5, 4 >
 
using tatooine::mat55d = MatD< 5, 5 >
 
using tatooine::mat56d = MatD< 5, 6 >
 
using tatooine::mat57d = MatD< 5, 7 >
 
using tatooine::mat58d = MatD< 5, 8 >
 
using tatooine::mat59d = MatD< 5, 9 >
 
using tatooine::mat62d = MatD< 6, 2 >
 
using tatooine::mat63d = MatD< 6, 3 >
 
using tatooine::mat64d = MatD< 6, 4 >
 
using tatooine::mat65d = MatD< 6, 5 >
 
using tatooine::mat66d = MatD< 6, 6 >
 
using tatooine::mat67d = MatD< 6, 7 >
 
using tatooine::mat68d = MatD< 6, 8 >
 
using tatooine::mat69d = MatD< 6, 9 >
 
using tatooine::mat72d = MatD< 7, 2 >
 
using tatooine::mat73d = MatD< 7, 3 >
 
using tatooine::mat74d = MatD< 7, 4 >
 
using tatooine::mat75d = MatD< 7, 5 >
 
using tatooine::mat76d = MatD< 7, 6 >
 
using tatooine::mat77d = MatD< 7, 7 >
 
using tatooine::mat78d = MatD< 7, 8 >
 
using tatooine::mat79d = MatD< 7, 9 >
 
using tatooine::mat82d = MatD< 8, 2 >
 
using tatooine::mat83d = MatD< 8, 3 >
 
using tatooine::mat84d = MatD< 8, 4 >
 
using tatooine::mat85d = MatD< 8, 5 >
 
using tatooine::mat86d = MatD< 8, 6 >
 
using tatooine::mat87d = MatD< 8, 7 >
 
using tatooine::mat88d = MatD< 8, 8 >
 
using tatooine::mat89d = MatD< 8, 9 >
 
using tatooine::mat92d = MatD< 9, 2 >
 
using tatooine::mat93d = MatD< 9, 3 >
 
using tatooine::mat94d = MatD< 9, 4 >
 
using tatooine::mat95d = MatD< 9, 5 >
 
using tatooine::mat96d = MatD< 9, 6 >
 
using tatooine::mat97d = MatD< 9, 7 >
 
using tatooine::mat98d = MatD< 9, 8 >
 
using tatooine::mat99d = MatD< 9, 9 >
 
using tatooine::mat2d = mat22d
 
using tatooine::mat3d = mat33d
 
using tatooine::mat4d = mat44d
 
using tatooine::mat5d = mat55d
 
using tatooine::mat6d = mat66d
 
using tatooine::mat7d = mat77d
 
using tatooine::mat8d = mat88d
 
using tatooine::mat9d = mat99d
 
template<typename T , std::size_t M, std::size_t N>
using tatooine::complex_mat = mat< std::complex< T >, M, N >
 
template<std::size_t M, std::size_t N>
using tatooine::ComplexMat = complex_mat< real_number, M, N >
 
template<std::size_t M, std::size_t N>
using tatooine::ComplexMatD = complex_mat< double, M, N >
 
template<std::size_t M, std::size_t N>
using tatooine::ComplexMatF = complex_mat< float, M, N >
 
using tatooine::complex_mat22 = ComplexMat< 2, 2 >
 
using tatooine::complex_mat23 = ComplexMat< 2, 3 >
 
using tatooine::complex_mat24 = ComplexMat< 2, 4 >
 
using tatooine::complex_mat25 = ComplexMat< 2, 5 >
 
using tatooine::complex_mat26 = ComplexMat< 2, 6 >
 
using tatooine::complex_mat27 = ComplexMat< 2, 7 >
 
using tatooine::complex_mat28 = ComplexMat< 2, 8 >
 
using tatooine::complex_mat29 = ComplexMat< 2, 9 >
 
using tatooine::complex_mat32 = ComplexMat< 3, 2 >
 
using tatooine::complex_mat33 = ComplexMat< 3, 3 >
 
using tatooine::complex_mat34 = ComplexMat< 3, 4 >
 
using tatooine::complex_mat35 = ComplexMat< 3, 5 >
 
using tatooine::complex_mat36 = ComplexMat< 3, 6 >
 
using tatooine::complex_mat37 = ComplexMat< 3, 7 >
 
using tatooine::complex_mat38 = ComplexMat< 3, 8 >
 
using tatooine::complex_mat39 = ComplexMat< 3, 9 >
 
using tatooine::complex_mat42 = ComplexMat< 4, 2 >
 
using tatooine::complex_mat43 = ComplexMat< 4, 3 >
 
using tatooine::complex_mat44 = ComplexMat< 4, 4 >
 
using tatooine::complex_mat45 = ComplexMat< 4, 5 >
 
using tatooine::complex_mat46 = ComplexMat< 4, 6 >
 
using tatooine::complex_mat47 = ComplexMat< 4, 7 >
 
using tatooine::complex_mat48 = ComplexMat< 4, 8 >
 
using tatooine::complex_mat49 = ComplexMat< 4, 9 >
 
using tatooine::complex_mat52 = ComplexMat< 5, 2 >
 
using tatooine::complex_mat53 = ComplexMat< 5, 3 >
 
using tatooine::complex_mat54 = ComplexMat< 5, 4 >
 
using tatooine::complex_mat55 = ComplexMat< 5, 5 >
 
using tatooine::complex_mat56 = ComplexMat< 5, 6 >
 
using tatooine::complex_mat57 = ComplexMat< 5, 7 >
 
using tatooine::complex_mat58 = ComplexMat< 5, 8 >
 
using tatooine::complex_mat59 = ComplexMat< 5, 9 >
 
using tatooine::complex_mat62 = ComplexMat< 6, 2 >
 
using tatooine::complex_mat63 = ComplexMat< 6, 3 >
 
using tatooine::complex_mat64 = ComplexMat< 6, 4 >
 
using tatooine::complex_mat65 = ComplexMat< 6, 5 >
 
using tatooine::complex_mat66 = ComplexMat< 6, 6 >
 
using tatooine::complex_mat67 = ComplexMat< 6, 7 >
 
using tatooine::complex_mat68 = ComplexMat< 6, 8 >
 
using tatooine::complex_mat69 = ComplexMat< 6, 9 >
 
using tatooine::complex_mat72 = ComplexMat< 7, 2 >
 
using tatooine::complex_mat73 = ComplexMat< 7, 3 >
 
using tatooine::complex_mat74 = ComplexMat< 7, 4 >
 
using tatooine::complex_mat75 = ComplexMat< 7, 5 >
 
using tatooine::complex_mat76 = ComplexMat< 7, 6 >
 
using tatooine::complex_mat77 = ComplexMat< 7, 7 >
 
using tatooine::complex_mat78 = ComplexMat< 7, 8 >
 
using tatooine::complex_mat79 = ComplexMat< 7, 9 >
 
using tatooine::complex_mat82 = ComplexMat< 8, 2 >
 
using tatooine::complex_mat83 = ComplexMat< 8, 3 >
 
using tatooine::complex_mat84 = ComplexMat< 8, 4 >
 
using tatooine::complex_mat85 = ComplexMat< 8, 5 >
 
using tatooine::complex_mat86 = ComplexMat< 8, 6 >
 
using tatooine::complex_mat87 = ComplexMat< 8, 7 >
 
using tatooine::complex_mat88 = ComplexMat< 8, 8 >
 
using tatooine::complex_mat89 = ComplexMat< 8, 9 >
 
using tatooine::complex_mat92 = ComplexMat< 9, 2 >
 
using tatooine::complex_mat93 = ComplexMat< 9, 3 >
 
using tatooine::complex_mat94 = ComplexMat< 9, 4 >
 
using tatooine::complex_mat95 = ComplexMat< 9, 5 >
 
using tatooine::complex_mat96 = ComplexMat< 9, 6 >
 
using tatooine::complex_mat97 = ComplexMat< 9, 7 >
 
using tatooine::complex_mat98 = ComplexMat< 9, 8 >
 
using tatooine::complex_mat99 = ComplexMat< 9, 9 >
 
using tatooine::complex_mat2 = complex_mat22
 
using tatooine::complex_mat3 = complex_mat33
 
using tatooine::complex_mat4 = complex_mat44
 
using tatooine::complex_mat5 = complex_mat55
 
using tatooine::complex_mat6 = complex_mat66
 
using tatooine::complex_mat7 = complex_mat77
 
using tatooine::complex_mat8 = complex_mat88
 
using tatooine::complex_mat9 = complex_mat99
 
using tatooine::complex_mat22f = ComplexMatF< 2, 2 >
 
using tatooine::complex_mat23f = ComplexMatF< 2, 3 >
 
using tatooine::complex_mat24f = ComplexMatF< 2, 4 >
 
using tatooine::complex_mat25f = ComplexMatF< 2, 5 >
 
using tatooine::complex_mat26f = ComplexMatF< 2, 6 >
 
using tatooine::complex_mat27f = ComplexMatF< 2, 7 >
 
using tatooine::complex_mat28f = ComplexMatF< 2, 8 >
 
using tatooine::complex_mat29f = ComplexMatF< 2, 9 >
 
using tatooine::complex_mat32f = ComplexMatF< 3, 2 >
 
using tatooine::complex_mat33f = ComplexMatF< 3, 3 >
 
using tatooine::complex_mat34f = ComplexMatF< 3, 4 >
 
using tatooine::complex_mat35f = ComplexMatF< 3, 5 >
 
using tatooine::complex_mat36f = ComplexMatF< 3, 6 >
 
using tatooine::complex_mat37f = ComplexMatF< 3, 7 >
 
using tatooine::complex_mat38f = ComplexMatF< 3, 8 >
 
using tatooine::complex_mat39f = ComplexMatF< 3, 9 >
 
using tatooine::complex_mat42f = ComplexMatF< 4, 2 >
 
using tatooine::complex_mat43f = ComplexMatF< 4, 3 >
 
using tatooine::complex_mat44f = ComplexMatF< 4, 4 >
 
using tatooine::complex_mat45f = ComplexMatF< 4, 5 >
 
using tatooine::complex_mat46f = ComplexMatF< 4, 6 >
 
using tatooine::complex_mat47f = ComplexMatF< 4, 7 >
 
using tatooine::complex_mat48f = ComplexMatF< 4, 8 >
 
using tatooine::complex_mat49f = ComplexMatF< 4, 9 >
 
using tatooine::complex_mat52f = ComplexMatF< 5, 2 >
 
using tatooine::complex_mat53f = ComplexMatF< 5, 3 >
 
using tatooine::complex_mat54f = ComplexMatF< 5, 4 >
 
using tatooine::complex_mat55f = ComplexMatF< 5, 5 >
 
using tatooine::complex_mat56f = ComplexMatF< 5, 6 >
 
using tatooine::complex_mat57f = ComplexMatF< 5, 7 >
 
using tatooine::complex_mat58f = ComplexMatF< 5, 8 >
 
using tatooine::complex_mat59f = ComplexMatF< 5, 9 >
 
using tatooine::complex_mat62f = ComplexMatF< 6, 2 >
 
using tatooine::complex_mat63f = ComplexMatF< 6, 3 >
 
using tatooine::complex_mat64f = ComplexMatF< 6, 4 >
 
using tatooine::complex_mat65f = ComplexMatF< 6, 5 >
 
using tatooine::complex_mat66f = ComplexMatF< 6, 6 >
 
using tatooine::complex_mat67f = ComplexMatF< 6, 7 >
 
using tatooine::complex_mat68f = ComplexMatF< 6, 8 >
 
using tatooine::complex_mat69f = ComplexMatF< 6, 9 >
 
using tatooine::complex_mat72f = ComplexMatF< 7, 2 >
 
using tatooine::complex_mat73f = ComplexMatF< 7, 3 >
 
using tatooine::complex_mat74f = ComplexMatF< 7, 4 >
 
using tatooine::complex_mat75f = ComplexMatF< 7, 5 >
 
using tatooine::complex_mat76f = ComplexMatF< 7, 6 >
 
using tatooine::complex_mat77f = ComplexMatF< 7, 7 >
 
using tatooine::complex_mat78f = ComplexMatF< 7, 8 >
 
using tatooine::complex_mat79f = ComplexMatF< 7, 9 >
 
using tatooine::complex_mat82f = ComplexMatF< 8, 2 >
 
using tatooine::complex_mat83f = ComplexMatF< 8, 3 >
 
using tatooine::complex_mat84f = ComplexMatF< 8, 4 >
 
using tatooine::complex_mat85f = ComplexMatF< 8, 5 >
 
using tatooine::complex_mat86f = ComplexMatF< 8, 6 >
 
using tatooine::complex_mat87f = ComplexMatF< 8, 7 >
 
using tatooine::complex_mat88f = ComplexMatF< 8, 8 >
 
using tatooine::complex_mat89f = ComplexMatF< 8, 9 >
 
using tatooine::complex_mat92f = ComplexMatF< 9, 2 >
 
using tatooine::complex_mat93f = ComplexMatF< 9, 3 >
 
using tatooine::complex_mat94f = ComplexMatF< 9, 4 >
 
using tatooine::complex_mat95f = ComplexMatF< 9, 5 >
 
using tatooine::complex_mat96f = ComplexMatF< 9, 6 >
 
using tatooine::complex_mat97f = ComplexMatF< 9, 7 >
 
using tatooine::complex_mat98f = ComplexMatF< 9, 8 >
 
using tatooine::complex_mat99f = ComplexMatF< 9, 9 >
 
using tatooine::complex_mat2f = complex_mat22f
 
using tatooine::complex_mat3f = complex_mat33f
 
using tatooine::complex_mat4f = complex_mat44f
 
using tatooine::complex_mat5f = complex_mat55f
 
using tatooine::complex_mat6f = complex_mat66f
 
using tatooine::complex_mat7f = complex_mat77f
 
using tatooine::complex_mat8f = complex_mat88f
 
using tatooine::complex_mat9f = complex_mat99f
 
using tatooine::complex_mat22d = ComplexMatD< 2, 2 >
 
using tatooine::complex_mat23d = ComplexMatD< 2, 3 >
 
using tatooine::complex_mat24d = ComplexMatD< 2, 4 >
 
using tatooine::complex_mat25d = ComplexMatD< 2, 5 >
 
using tatooine::complex_mat26d = ComplexMatD< 2, 6 >
 
using tatooine::complex_mat27d = ComplexMatD< 2, 7 >
 
using tatooine::complex_mat28d = ComplexMatD< 2, 8 >
 
using tatooine::complex_mat29d = ComplexMatD< 2, 9 >
 
using tatooine::complex_mat32d = ComplexMatD< 3, 2 >
 
using tatooine::complex_mat33d = ComplexMatD< 3, 3 >
 
using tatooine::complex_mat34d = ComplexMatD< 3, 4 >
 
using tatooine::complex_mat35d = ComplexMatD< 3, 5 >
 
using tatooine::complex_mat36d = ComplexMatD< 3, 6 >
 
using tatooine::complex_mat37d = ComplexMatD< 3, 7 >
 
using tatooine::complex_mat38d = ComplexMatD< 3, 8 >
 
using tatooine::complex_mat39d = ComplexMatD< 3, 9 >
 
using tatooine::complex_mat42d = ComplexMatD< 4, 2 >
 
using tatooine::complex_mat43d = ComplexMatD< 4, 3 >
 
using tatooine::complex_mat44d = ComplexMatD< 4, 4 >
 
using tatooine::complex_mat45d = ComplexMatD< 4, 5 >
 
using tatooine::complex_mat46d = ComplexMatD< 4, 6 >
 
using tatooine::complex_mat47d = ComplexMatD< 4, 7 >
 
using tatooine::complex_mat48d = ComplexMatD< 4, 8 >
 
using tatooine::complex_mat49d = ComplexMatD< 4, 9 >
 
using tatooine::complex_mat52d = ComplexMatD< 5, 2 >
 
using tatooine::complex_mat53d = ComplexMatD< 5, 3 >
 
using tatooine::complex_mat54d = ComplexMatD< 5, 4 >
 
using tatooine::complex_mat55d = ComplexMatD< 5, 5 >
 
using tatooine::complex_mat56d = ComplexMatD< 5, 6 >
 
using tatooine::complex_mat57d = ComplexMatD< 5, 7 >
 
using tatooine::complex_mat58d = ComplexMatD< 5, 8 >
 
using tatooine::complex_mat59d = ComplexMatD< 5, 9 >
 
using tatooine::complex_mat62d = ComplexMatD< 6, 2 >
 
using tatooine::complex_mat63d = ComplexMatD< 6, 3 >
 
using tatooine::complex_mat64d = ComplexMatD< 6, 4 >
 
using tatooine::complex_mat65d = ComplexMatD< 6, 5 >
 
using tatooine::complex_mat66d = ComplexMatD< 6, 6 >
 
using tatooine::complex_mat67d = ComplexMatD< 6, 7 >
 
using tatooine::complex_mat68d = ComplexMatD< 6, 8 >
 
using tatooine::complex_mat69d = ComplexMatD< 6, 9 >
 
using tatooine::complex_mat72d = ComplexMatD< 7, 2 >
 
using tatooine::complex_mat73d = ComplexMatD< 7, 3 >
 
using tatooine::complex_mat74d = ComplexMatD< 7, 4 >
 
using tatooine::complex_mat75d = ComplexMatD< 7, 5 >
 
using tatooine::complex_mat76d = ComplexMatD< 7, 6 >
 
using tatooine::complex_mat77d = ComplexMatD< 7, 7 >
 
using tatooine::complex_mat78d = ComplexMatD< 7, 8 >
 
using tatooine::complex_mat79d = ComplexMatD< 7, 9 >
 
using tatooine::complex_mat82d = ComplexMatD< 8, 2 >
 
using tatooine::complex_mat83d = ComplexMatD< 8, 3 >
 
using tatooine::complex_mat84d = ComplexMatD< 8, 4 >
 
using tatooine::complex_mat85d = ComplexMatD< 8, 5 >
 
using tatooine::complex_mat86d = ComplexMatD< 8, 6 >
 
using tatooine::complex_mat87d = ComplexMatD< 8, 7 >
 
using tatooine::complex_mat88d = ComplexMatD< 8, 8 >
 
using tatooine::complex_mat89d = ComplexMatD< 8, 9 >
 
using tatooine::complex_mat92d = ComplexMatD< 9, 2 >
 
using tatooine::complex_mat93d = ComplexMatD< 9, 3 >
 
using tatooine::complex_mat94d = ComplexMatD< 9, 4 >
 
using tatooine::complex_mat95d = ComplexMatD< 9, 5 >
 
using tatooine::complex_mat96d = ComplexMatD< 9, 6 >
 
using tatooine::complex_mat97d = ComplexMatD< 9, 7 >
 
using tatooine::complex_mat98d = ComplexMatD< 9, 8 >
 
using tatooine::complex_mat99d = ComplexMatD< 9, 9 >
 
using tatooine::complex_mat2d = complex_mat22d
 
using tatooine::complex_mat3d = complex_mat33d
 
using tatooine::complex_mat4d = complex_mat44d
 
using tatooine::complex_mat5d = complex_mat55d
 
using tatooine::complex_mat6d = complex_mat66d
 
using tatooine::complex_mat7d = complex_mat77d
 
using tatooine::complex_mat8d = complex_mat88d
 
using tatooine::complex_mat9d = complex_mat99d