Home
last modified time | relevance | path

Searched defs:matrix_type (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/dports/devel/boost-docs/boost_1_72_0/libs/hana/example/cppcon_2014/matrix/
H A Dmatrix.hpp33 struct matrix_type { struct
34 using hana_tag = Matrix<Rows, Columns>;
36 Storage rows_;
37 constexpr auto ncolumns() const in ncolumns()
40 constexpr auto nrows() const in nrows()
43 constexpr auto size() const in size()
47 constexpr decltype(auto) at(I i, J j) const in at()
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/example/cppcon_2014/matrix/
H A Dmatrix.hpp33 struct matrix_type { struct
34 using hana_tag = Matrix<Rows, Columns>;
36 Storage rows_;
37 constexpr auto ncolumns() const in ncolumns()
40 constexpr auto nrows() const in nrows()
43 constexpr auto size() const in size()
47 constexpr decltype(auto) at(I i, J j) const in at()
/dports/devel/boost-libs/boost_1_72_0/libs/hana/example/cppcon_2014/matrix/
H A Dmatrix.hpp33 struct matrix_type { struct
34 using hana_tag = Matrix<Rows, Columns>;
36 Storage rows_;
37 constexpr auto ncolumns() const in ncolumns()
40 constexpr auto nrows() const in nrows()
43 constexpr auto size() const in size()
47 constexpr decltype(auto) at(I i, J j) const in at()
/dports/devel/hyperscan/boost_1_75_0/libs/hana/example/cppcon_2014/matrix/
H A Dmatrix.hpp33 struct matrix_type { struct
34 using hana_tag = Matrix<Rows, Columns>;
36 Storage rows_;
37 constexpr auto ncolumns() const in ncolumns()
40 constexpr auto nrows() const in nrows()
43 constexpr auto size() const in size()
47 constexpr decltype(auto) at(I i, J j) const in at()
/dports/math/libflame/libflame-5.2.0/src/base/flamec/control/
H A DFLA_Cntl_blas1.c17 fla_axpy_t* FLA_Cntl_axpy_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_axpy_obj_create()
34 fla_axpyt_t* FLA_Cntl_axpyt_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_axpyt_obj_create()
51 fla_copy_t* FLA_Cntl_copy_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_copy_obj_create()
68 fla_copyt_t* FLA_Cntl_copyt_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_copyt_obj_create()
85 fla_copyr_t* FLA_Cntl_copyr_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_copyr_obj_create()
104 fla_scal_t* FLA_Cntl_scal_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_scal_obj_create()
121 fla_scalr_t* FLA_Cntl_scalr_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_scalr_obj_create()
140 fla_swap_t* FLA_Cntl_swap_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_swap_obj_create()
157 fla_tpose_t* FLA_Cntl_tpose_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_tpose_obj_create()
H A DFLA_Cntl_lapack.c17 fla_chol_t* FLA_Cntl_chol_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_chol_obj_create()
40 fla_lu_t* FLA_Cntl_lu_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_lu_obj_create()
72 fla_appiv_t* FLA_Cntl_appiv_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_appiv_obj_create()
90 fla_qrut_t* FLA_Cntl_qrut_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_qrut_obj_create()
109 fla_qr2ut_t* FLA_Cntl_qr2ut_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_qr2ut_obj_create()
178 fla_lqut_t* FLA_Cntl_lqut_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_lqut_obj_create()
277 fla_trinv_t* FLA_Cntl_trinv_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_trinv_obj_create()
302 fla_ttmm_t* FLA_Cntl_ttmm_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_ttmm_obj_create()
380 fla_sylv_t* FLA_Cntl_sylv_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_sylv_obj_create()
417 fla_lyap_t* FLA_Cntl_lyap_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_lyap_obj_create()
[all …]
H A DFLA_Cntl_blas3.c17 fla_gemm_t* FLA_Cntl_gemm_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_gemm_obj_create()
36 fla_hemm_t* FLA_Cntl_hemm_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_hemm_obj_create()
59 fla_herk_t* FLA_Cntl_herk_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_herk_obj_create()
80 fla_her2k_t* FLA_Cntl_her2k_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_her2k_obj_create()
103 fla_symm_t* FLA_Cntl_symm_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_symm_obj_create()
126 fla_syrk_t* FLA_Cntl_syrk_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_syrk_obj_create()
147 fla_syr2k_t* FLA_Cntl_syr2k_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_syr2k_obj_create()
170 fla_trmm_t* FLA_Cntl_trmm_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_trmm_obj_create()
191 fla_trsm_t* FLA_Cntl_trsm_obj_create( FLA_Matrix_type matrix_type, in FLA_Cntl_trsm_obj_create()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef
16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef
16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef
16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef
16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef
16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef
16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef
16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef

12345678910>>...41