MeshLib C Docs
Loading...
Searching...
No Matches
MRSymMatrix3.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MRVector3.h>
4#include <MRCMisc/common.h>
5#include <MRCMisc/exports.h>
6
7#include <stdbool.h>
8#include <stddef.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef struct MR_Matrix3d MR_Matrix3d; // Defined in `#include <MRCMesh/MRMatrix3.h>`.
15typedef struct MR_Matrix3f MR_Matrix3f; // Defined in `#include <MRCMesh/MRMatrix3.h>`.
16
17
22
27
32
37
42
47
53MRC_API const bool *MR_SymMatrix3b_Get_xx(const MR_SymMatrix3b *_this);
54
59MRC_API void MR_SymMatrix3b_Set_xx(MR_SymMatrix3b *_this, bool value);
60
67
73MRC_API const bool *MR_SymMatrix3b_Get_xy(const MR_SymMatrix3b *_this);
74
79MRC_API void MR_SymMatrix3b_Set_xy(MR_SymMatrix3b *_this, bool value);
80
87
93MRC_API const bool *MR_SymMatrix3b_Get_xz(const MR_SymMatrix3b *_this);
94
99MRC_API void MR_SymMatrix3b_Set_xz(MR_SymMatrix3b *_this, bool value);
100
107
113MRC_API const bool *MR_SymMatrix3b_Get_yy(const MR_SymMatrix3b *_this);
114
119MRC_API void MR_SymMatrix3b_Set_yy(MR_SymMatrix3b *_this, bool value);
120
127
133MRC_API const bool *MR_SymMatrix3b_Get_yz(const MR_SymMatrix3b *_this);
134
139MRC_API void MR_SymMatrix3b_Set_yz(MR_SymMatrix3b *_this, bool value);
140
147
153MRC_API const bool *MR_SymMatrix3b_Get_zz(const MR_SymMatrix3b *_this);
154
159MRC_API void MR_SymMatrix3b_Set_zz(MR_SymMatrix3b *_this, bool value);
160
167
171
176
179MRC_API const MR_SymMatrix3b *MR_SymMatrix3b_OffsetPtr(const MR_SymMatrix3b *ptr, ptrdiff_t i);
180
184
190
192MRC_API void MR_SymMatrix3b_Destroy(const MR_SymMatrix3b *_this);
193
196
204
208
212
216MRC_API bool MR_SymMatrix3b_trace(const MR_SymMatrix3b *_this);
217
221MRC_API bool MR_SymMatrix3b_normSq(const MR_SymMatrix3b *_this);
222
226MRC_API bool MR_SymMatrix3b_det(const MR_SymMatrix3b *_this);
227
233
239
246
253
259
265
271MRC_API const int *MR_SymMatrix3i_Get_xx(const MR_SymMatrix3i *_this);
272
277MRC_API void MR_SymMatrix3i_Set_xx(MR_SymMatrix3i *_this, int value);
278
285
291MRC_API const int *MR_SymMatrix3i_Get_xy(const MR_SymMatrix3i *_this);
292
297MRC_API void MR_SymMatrix3i_Set_xy(MR_SymMatrix3i *_this, int value);
298
305
311MRC_API const int *MR_SymMatrix3i_Get_xz(const MR_SymMatrix3i *_this);
312
317MRC_API void MR_SymMatrix3i_Set_xz(MR_SymMatrix3i *_this, int value);
318
325
331MRC_API const int *MR_SymMatrix3i_Get_yy(const MR_SymMatrix3i *_this);
332
337MRC_API void MR_SymMatrix3i_Set_yy(MR_SymMatrix3i *_this, int value);
338
345
351MRC_API const int *MR_SymMatrix3i_Get_yz(const MR_SymMatrix3i *_this);
352
357MRC_API void MR_SymMatrix3i_Set_yz(MR_SymMatrix3i *_this, int value);
358
365
371MRC_API const int *MR_SymMatrix3i_Get_zz(const MR_SymMatrix3i *_this);
372
377MRC_API void MR_SymMatrix3i_Set_zz(MR_SymMatrix3i *_this, int value);
378
385
389
394
397MRC_API const MR_SymMatrix3i *MR_SymMatrix3i_OffsetPtr(const MR_SymMatrix3i *ptr, ptrdiff_t i);
398
402
408
410MRC_API void MR_SymMatrix3i_Destroy(const MR_SymMatrix3i *_this);
411
414
422
426
430
434MRC_API int MR_SymMatrix3i_trace(const MR_SymMatrix3i *_this);
435
439MRC_API int MR_SymMatrix3i_normSq(const MR_SymMatrix3i *_this);
440
444MRC_API int MR_SymMatrix3i_det(const MR_SymMatrix3i *_this);
445
451
457
464
471
477
483
489MRC_API const MR_int64_t *MR_SymMatrix3i64_Get_xx(const MR_SymMatrix3i64 *_this);
490
496MRC_API void MR_SymMatrix3i64_Set_xx(MR_SymMatrix3i64 *_this, MR_int64_t value);
497
504
510MRC_API const MR_int64_t *MR_SymMatrix3i64_Get_xy(const MR_SymMatrix3i64 *_this);
511
517MRC_API void MR_SymMatrix3i64_Set_xy(MR_SymMatrix3i64 *_this, MR_int64_t value);
518
525
531MRC_API const MR_int64_t *MR_SymMatrix3i64_Get_xz(const MR_SymMatrix3i64 *_this);
532
538MRC_API void MR_SymMatrix3i64_Set_xz(MR_SymMatrix3i64 *_this, MR_int64_t value);
539
546
552MRC_API const MR_int64_t *MR_SymMatrix3i64_Get_yy(const MR_SymMatrix3i64 *_this);
553
559MRC_API void MR_SymMatrix3i64_Set_yy(MR_SymMatrix3i64 *_this, MR_int64_t value);
560
567
573MRC_API const MR_int64_t *MR_SymMatrix3i64_Get_yz(const MR_SymMatrix3i64 *_this);
574
580MRC_API void MR_SymMatrix3i64_Set_yz(MR_SymMatrix3i64 *_this, MR_int64_t value);
581
588
594MRC_API const MR_int64_t *MR_SymMatrix3i64_Get_zz(const MR_SymMatrix3i64 *_this);
595
601MRC_API void MR_SymMatrix3i64_Set_zz(MR_SymMatrix3i64 *_this, MR_int64_t value);
602
609
613
618
621MRC_API const MR_SymMatrix3i64 *MR_SymMatrix3i64_OffsetPtr(const MR_SymMatrix3i64 *ptr, ptrdiff_t i);
622
626
632
635
638
646
650
653MRC_API MR_SymMatrix3i64 *MR_SymMatrix3i64_diagonal(MR_int64_t diagVal);
654
658MRC_API MR_int64_t MR_SymMatrix3i64_trace(const MR_SymMatrix3i64 *_this);
659
663MRC_API MR_int64_t MR_SymMatrix3i64_normSq(const MR_SymMatrix3i64 *_this);
664
668MRC_API MR_int64_t MR_SymMatrix3i64_det(const MR_SymMatrix3i64 *_this);
669
675
680MRC_API MR_SymMatrix3i64 *MR_SymMatrix3i64_inverse_1(const MR_SymMatrix3i64 *_this, MR_int64_t det);
681
688
695
701
707
713MRC_API const float *MR_SymMatrix3f_Get_xx(const MR_SymMatrix3f *_this);
714
719MRC_API void MR_SymMatrix3f_Set_xx(MR_SymMatrix3f *_this, float value);
720
727
733MRC_API const float *MR_SymMatrix3f_Get_xy(const MR_SymMatrix3f *_this);
734
739MRC_API void MR_SymMatrix3f_Set_xy(MR_SymMatrix3f *_this, float value);
740
747
753MRC_API const float *MR_SymMatrix3f_Get_xz(const MR_SymMatrix3f *_this);
754
759MRC_API void MR_SymMatrix3f_Set_xz(MR_SymMatrix3f *_this, float value);
760
767
773MRC_API const float *MR_SymMatrix3f_Get_yy(const MR_SymMatrix3f *_this);
774
779MRC_API void MR_SymMatrix3f_Set_yy(MR_SymMatrix3f *_this, float value);
780
787
793MRC_API const float *MR_SymMatrix3f_Get_yz(const MR_SymMatrix3f *_this);
794
799MRC_API void MR_SymMatrix3f_Set_yz(MR_SymMatrix3f *_this, float value);
800
807
813MRC_API const float *MR_SymMatrix3f_Get_zz(const MR_SymMatrix3f *_this);
814
819MRC_API void MR_SymMatrix3f_Set_zz(MR_SymMatrix3f *_this, float value);
820
827
831
836
839MRC_API const MR_SymMatrix3f *MR_SymMatrix3f_OffsetPtr(const MR_SymMatrix3f *ptr, ptrdiff_t i);
840
844
850
852MRC_API void MR_SymMatrix3f_Destroy(const MR_SymMatrix3f *_this);
853
856
864
868
872
876MRC_API float MR_SymMatrix3f_trace(const MR_SymMatrix3f *_this);
877
881MRC_API float MR_SymMatrix3f_normSq(const MR_SymMatrix3f *_this);
882
886MRC_API float MR_SymMatrix3f_det(const MR_SymMatrix3f *_this);
887
893
899
906
913
919
925
932MRC_API MR_Vector3f MR_SymMatrix3f_eigens(const MR_SymMatrix3f *_this, MR_Matrix3f *eigenvectors);
933
937MRC_API MR_Vector3f MR_SymMatrix3f_eigenvector(const MR_SymMatrix3f *_this, float eigenvalue);
938
950MRC_API MR_SymMatrix3f *MR_SymMatrix3f_pseudoinverse(const MR_SymMatrix3f *_this, const float *tol, int *rank, MR_Vector3f *space);
951
957MRC_API const double *MR_SymMatrix3d_Get_xx(const MR_SymMatrix3d *_this);
958
963MRC_API void MR_SymMatrix3d_Set_xx(MR_SymMatrix3d *_this, double value);
964
971
977MRC_API const double *MR_SymMatrix3d_Get_xy(const MR_SymMatrix3d *_this);
978
983MRC_API void MR_SymMatrix3d_Set_xy(MR_SymMatrix3d *_this, double value);
984
991
997MRC_API const double *MR_SymMatrix3d_Get_xz(const MR_SymMatrix3d *_this);
998
1003MRC_API void MR_SymMatrix3d_Set_xz(MR_SymMatrix3d *_this, double value);
1004
1011
1017MRC_API const double *MR_SymMatrix3d_Get_yy(const MR_SymMatrix3d *_this);
1018
1023MRC_API void MR_SymMatrix3d_Set_yy(MR_SymMatrix3d *_this, double value);
1024
1031
1037MRC_API const double *MR_SymMatrix3d_Get_yz(const MR_SymMatrix3d *_this);
1038
1043MRC_API void MR_SymMatrix3d_Set_yz(MR_SymMatrix3d *_this, double value);
1044
1051
1057MRC_API const double *MR_SymMatrix3d_Get_zz(const MR_SymMatrix3d *_this);
1058
1063MRC_API void MR_SymMatrix3d_Set_zz(MR_SymMatrix3d *_this, double value);
1064
1071
1075
1080
1083MRC_API const MR_SymMatrix3d *MR_SymMatrix3d_OffsetPtr(const MR_SymMatrix3d *ptr, ptrdiff_t i);
1084
1088
1094
1096MRC_API void MR_SymMatrix3d_Destroy(const MR_SymMatrix3d *_this);
1097
1100
1108
1112
1116
1120MRC_API double MR_SymMatrix3d_trace(const MR_SymMatrix3d *_this);
1121
1125MRC_API double MR_SymMatrix3d_normSq(const MR_SymMatrix3d *_this);
1126
1130MRC_API double MR_SymMatrix3d_det(const MR_SymMatrix3d *_this);
1131
1137
1142MRC_API MR_SymMatrix3d *MR_SymMatrix3d_inverse_1(const MR_SymMatrix3d *_this, double det);
1143
1150
1157
1163
1169
1177
1181MRC_API MR_Vector3d MR_SymMatrix3d_eigenvector(const MR_SymMatrix3d *_this, double eigenvalue);
1182
1194MRC_API MR_SymMatrix3d *MR_SymMatrix3d_pseudoinverse(const MR_SymMatrix3d *_this, const double *tol, int *rank, MR_Vector3d *space);
1195
1201MRC_API const unsigned char *MR_SymMatrix3_unsigned_char_Get_xx(const MR_SymMatrix3_unsigned_char *_this);
1202
1208MRC_API void MR_SymMatrix3_unsigned_char_Set_xx(MR_SymMatrix3_unsigned_char *_this, unsigned char value);
1209
1216
1222MRC_API const unsigned char *MR_SymMatrix3_unsigned_char_Get_xy(const MR_SymMatrix3_unsigned_char *_this);
1223
1229MRC_API void MR_SymMatrix3_unsigned_char_Set_xy(MR_SymMatrix3_unsigned_char *_this, unsigned char value);
1230
1237
1243MRC_API const unsigned char *MR_SymMatrix3_unsigned_char_Get_xz(const MR_SymMatrix3_unsigned_char *_this);
1244
1250MRC_API void MR_SymMatrix3_unsigned_char_Set_xz(MR_SymMatrix3_unsigned_char *_this, unsigned char value);
1251
1258
1264MRC_API const unsigned char *MR_SymMatrix3_unsigned_char_Get_yy(const MR_SymMatrix3_unsigned_char *_this);
1265
1271MRC_API void MR_SymMatrix3_unsigned_char_Set_yy(MR_SymMatrix3_unsigned_char *_this, unsigned char value);
1272
1279
1285MRC_API const unsigned char *MR_SymMatrix3_unsigned_char_Get_yz(const MR_SymMatrix3_unsigned_char *_this);
1286
1292MRC_API void MR_SymMatrix3_unsigned_char_Set_yz(MR_SymMatrix3_unsigned_char *_this, unsigned char value);
1293
1300
1306MRC_API const unsigned char *MR_SymMatrix3_unsigned_char_Get_zz(const MR_SymMatrix3_unsigned_char *_this);
1307
1313MRC_API void MR_SymMatrix3_unsigned_char_Set_zz(MR_SymMatrix3_unsigned_char *_this, unsigned char value);
1314
1321
1325
1330
1334
1338
1344
1347
1350
1358
1362
1366
1371
1376
1381
1387
1393
1400
1407
1413
1419
1420#ifdef __cplusplus
1421} // extern "C"
1422#endif
struct MR_SymMatrix3d MR_SymMatrix3d
Definition MRQuadraticForm.h:13
struct MR_SymMatrix3f MR_SymMatrix3f
Definition MRQuadraticForm.h:14
MRC_API int * MR_SymMatrix3i_GetMutable_xz(MR_SymMatrix3i *_this)
MRC_API void MR_SymMatrix3i_Set_yy(MR_SymMatrix3i *_this, int value)
MRC_API void MR_SymMatrix3_unsigned_char_Destroy(const MR_SymMatrix3_unsigned_char *_this)
Destroys a heap-allocated instance of MR_SymMatrix3_unsigned_char. Does nothing if the pointer is nul...
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_OffsetMutablePtr(MR_SymMatrix3_unsigned_char *ptr, ptrdiff_t i)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_pseudoinverse(const MR_SymMatrix3d *_this, const double *tol, int *rank, MR_Vector3d *space)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_DefaultConstructArray(size_t num_elems)
MRC_API void MR_SymMatrix3f_Set_xz(MR_SymMatrix3f *_this, float value)
MRC_API void MR_SymMatrix3i_Set_yz(MR_SymMatrix3i *_this, int value)
MRC_API MR_int64_t MR_SymMatrix3i64_trace(const MR_SymMatrix3i64 *_this)
MRC_API float MR_SymMatrix3f_trace(const MR_SymMatrix3f *_this)
MRC_API void MR_SymMatrix3b_Destroy(const MR_SymMatrix3b *_this)
Destroys a heap-allocated instance of MR_SymMatrix3b. Does nothing if the pointer is null.
MRC_API float * MR_SymMatrix3f_GetMutable_xx(MR_SymMatrix3f *_this)
MRC_API void MR_SymMatrix3i64_DestroyArray(const MR_SymMatrix3i64 *_this)
Destroys a heap-allocated array of MR_SymMatrix3i64. Does nothing if the pointer is null.
MRC_API float * MR_SymMatrix3f_GetMutable_xy(MR_SymMatrix3f *_this)
MRC_API bool MR_SymMatrix3b_normSq(const MR_SymMatrix3b *_this)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_add_assign(MR_SymMatrix3i *_this, const MR_SymMatrix3i *b)
MRC_API unsigned char * MR_SymMatrix3_unsigned_char_GetMutable_zz(MR_SymMatrix3_unsigned_char *_this)
MRC_API void MR_SymMatrix3d_Set_zz(MR_SymMatrix3d *_this, double value)
MRC_API const MR_int64_t * MR_SymMatrix3i64_Get_xz(const MR_SymMatrix3i64 *_this)
MRC_API const bool * MR_SymMatrix3b_Get_xy(const MR_SymMatrix3b *_this)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_diagonal(double diagVal)
MRC_API float * MR_SymMatrix3f_GetMutable_yz(MR_SymMatrix3f *_this)
MRC_API unsigned char * MR_SymMatrix3_unsigned_char_GetMutable_yz(MR_SymMatrix3_unsigned_char *_this)
MRC_API unsigned char * MR_SymMatrix3_unsigned_char_GetMutable_yy(MR_SymMatrix3_unsigned_char *_this)
MRC_API MR_Vector3d MR_SymMatrix3d_eigenvector(const MR_SymMatrix3d *_this, double eigenvalue)
MRC_API void MR_SymMatrix3b_Set_xy(MR_SymMatrix3b *_this, bool value)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_DefaultConstructArray(size_t num_elems)
MRC_API void MR_SymMatrix3d_Set_xx(MR_SymMatrix3d *_this, double value)
MRC_API bool * MR_SymMatrix3b_GetMutable_xx(MR_SymMatrix3b *_this)
MRC_API const MR_SymMatrix3d * MR_SymMatrix3d_OffsetPtr(const MR_SymMatrix3d *ptr, ptrdiff_t i)
MRC_API MR_int64_t * MR_SymMatrix3i64_GetMutable_xy(MR_SymMatrix3i64 *_this)
MRC_API void MR_SymMatrix3b_Set_xz(MR_SymMatrix3b *_this, bool value)
MRC_API const int * MR_SymMatrix3i_Get_xz(const MR_SymMatrix3i *_this)
struct MR_SymMatrix3_unsigned_char MR_SymMatrix3_unsigned_char
Definition MRSymMatrix3.h:46
MRC_API const float * MR_SymMatrix3f_Get_yz(const MR_SymMatrix3f *_this)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_AssignFromAnother(MR_SymMatrix3i *_this, const MR_SymMatrix3i *_other)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_inverse_0(const MR_SymMatrix3i *_this)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_DefaultConstructArray(size_t num_elems)
MRC_API void MR_SymMatrix3f_Set_xy(MR_SymMatrix3f *_this, float value)
MRC_API const int * MR_SymMatrix3i_Get_xx(const MR_SymMatrix3i *_this)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_div_assign(MR_SymMatrix3i64 *_this, MR_int64_t b)
MRC_API void MR_SymMatrix3f_Set_yy(MR_SymMatrix3f *_this, float value)
MRC_API const bool * MR_SymMatrix3b_Get_yy(const MR_SymMatrix3b *_this)
MRC_API const bool * MR_SymMatrix3b_Get_xz(const MR_SymMatrix3b *_this)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_ConstructFromAnother(const MR_SymMatrix3i64 *_other)
MRC_API const float * MR_SymMatrix3f_Get_zz(const MR_SymMatrix3f *_this)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_OffsetMutablePtr(MR_SymMatrix3b *ptr, ptrdiff_t i)
MRC_API const double * MR_SymMatrix3d_Get_xx(const MR_SymMatrix3d *_this)
MRC_API void MR_SymMatrix3_unsigned_char_Set_yy(MR_SymMatrix3_unsigned_char *_this, unsigned char value)
MRC_API float * MR_SymMatrix3f_GetMutable_xz(MR_SymMatrix3f *_this)
MRC_API void MR_SymMatrix3_unsigned_char_Set_zz(MR_SymMatrix3_unsigned_char *_this, unsigned char value)
MRC_API void MR_SymMatrix3i_Destroy(const MR_SymMatrix3i *_this)
Destroys a heap-allocated instance of MR_SymMatrix3i. Does nothing if the pointer is null.
MRC_API void MR_SymMatrix3_unsigned_char_Set_xy(MR_SymMatrix3_unsigned_char *_this, unsigned char value)
MRC_API const int * MR_SymMatrix3i_Get_zz(const MR_SymMatrix3i *_this)
MRC_API const double * MR_SymMatrix3d_Get_yz(const MR_SymMatrix3d *_this)
MRC_API double * MR_SymMatrix3d_GetMutable_xx(MR_SymMatrix3d *_this)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_identity(void)
MRC_API const int * MR_SymMatrix3i_Get_yz(const MR_SymMatrix3i *_this)
MRC_API void MR_SymMatrix3f_DestroyArray(const MR_SymMatrix3f *_this)
Destroys a heap-allocated array of MR_SymMatrix3f. Does nothing if the pointer is null.
MRC_API const MR_SymMatrix3i64 * MR_SymMatrix3i64_OffsetPtr(const MR_SymMatrix3i64 *ptr, ptrdiff_t i)
MRC_API const MR_int64_t * MR_SymMatrix3i64_Get_xx(const MR_SymMatrix3i64 *_this)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_add_assign(MR_SymMatrix3f *_this, const MR_SymMatrix3f *b)
MRC_API void MR_SymMatrix3b_DestroyArray(const MR_SymMatrix3b *_this)
Destroys a heap-allocated array of MR_SymMatrix3b. Does nothing if the pointer is null.
MRC_API int * MR_SymMatrix3i_GetMutable_xx(MR_SymMatrix3i *_this)
MRC_API const unsigned char * MR_SymMatrix3_unsigned_char_Get_xy(const MR_SymMatrix3_unsigned_char *_this)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_OffsetMutablePtr(MR_SymMatrix3f *ptr, ptrdiff_t i)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_add_assign(MR_SymMatrix3_unsigned_char *_this, const MR_SymMatrix3_unsigned_char *b)
MRC_API MR_int64_t * MR_SymMatrix3i64_GetMutable_zz(MR_SymMatrix3i64 *_this)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_mul_assign(MR_SymMatrix3f *_this, float b)
MRC_API MR_int64_t * MR_SymMatrix3i64_GetMutable_yz(MR_SymMatrix3i64 *_this)
MRC_API bool * MR_SymMatrix3b_GetMutable_yz(MR_SymMatrix3b *_this)
MRC_API MR_int64_t * MR_SymMatrix3i64_GetMutable_xx(MR_SymMatrix3i64 *_this)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_add_assign(MR_SymMatrix3d *_this, const MR_SymMatrix3d *b)
MRC_API void MR_SymMatrix3b_Set_yy(MR_SymMatrix3b *_this, bool value)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_DefaultConstructArray(size_t num_elems)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_identity(void)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_div_assign(MR_SymMatrix3i *_this, int b)
MRC_API const MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_OffsetPtr(const MR_SymMatrix3_unsigned_char *ptr, ptrdiff_t i)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_sub_assign(MR_SymMatrix3f *_this, const MR_SymMatrix3f *b)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_AssignFromAnother(MR_SymMatrix3i64 *_this, const MR_SymMatrix3i64 *_other)
MRC_API int MR_SymMatrix3i_trace(const MR_SymMatrix3i *_this)
MRC_API const bool * MR_SymMatrix3b_Get_yz(const MR_SymMatrix3b *_this)
MRC_API const int * MR_SymMatrix3i_Get_xy(const MR_SymMatrix3i *_this)
MRC_API float MR_SymMatrix3f_normSq(const MR_SymMatrix3f *_this)
MRC_API void MR_SymMatrix3i64_Destroy(const MR_SymMatrix3i64 *_this)
Destroys a heap-allocated instance of MR_SymMatrix3i64. Does nothing if the pointer is null.
MRC_API void MR_SymMatrix3d_Set_xz(MR_SymMatrix3d *_this, double value)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_mul_assign(MR_SymMatrix3i64 *_this, MR_int64_t b)
MRC_API int MR_SymMatrix3i_normSq(const MR_SymMatrix3i *_this)
MRC_API float * MR_SymMatrix3f_GetMutable_yy(MR_SymMatrix3f *_this)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_mul_assign(MR_SymMatrix3i *_this, int b)
MRC_API const unsigned char * MR_SymMatrix3_unsigned_char_Get_yz(const MR_SymMatrix3_unsigned_char *_this)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_div_assign(MR_SymMatrix3_unsigned_char *_this, unsigned char b)
MRC_API MR_Vector3f MR_SymMatrix3f_eigens(const MR_SymMatrix3f *_this, MR_Matrix3f *eigenvectors)
MRC_API MR_Vector3d MR_SymMatrix3d_eigens(const MR_SymMatrix3d *_this, MR_Matrix3d *eigenvectors)
MRC_API void MR_SymMatrix3i64_Set_yy(MR_SymMatrix3i64 *_this, MR_int64_t value)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_inverse_0(const MR_SymMatrix3b *_this)
MRC_API bool * MR_SymMatrix3b_GetMutable_zz(MR_SymMatrix3b *_this)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_OffsetMutablePtr(MR_SymMatrix3d *ptr, ptrdiff_t i)
MRC_API double MR_SymMatrix3d_normSq(const MR_SymMatrix3d *_this)
MRC_API unsigned char * MR_SymMatrix3_unsigned_char_GetMutable_xy(MR_SymMatrix3_unsigned_char *_this)
MRC_API bool MR_SymMatrix3b_trace(const MR_SymMatrix3b *_this)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_DefaultConstruct(void)
MRC_API MR_Vector3f MR_SymMatrix3f_eigenvector(const MR_SymMatrix3f *_this, float eigenvalue)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_ConstructFromAnother(const MR_SymMatrix3d *_other)
MRC_API bool * MR_SymMatrix3b_GetMutable_xz(MR_SymMatrix3b *_this)
MRC_API const bool * MR_SymMatrix3b_Get_zz(const MR_SymMatrix3b *_this)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_sub_assign(MR_SymMatrix3i *_this, const MR_SymMatrix3i *b)
MRC_API void MR_SymMatrix3i_DestroyArray(const MR_SymMatrix3i *_this)
Destroys a heap-allocated array of MR_SymMatrix3i. Does nothing if the pointer is null.
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_inverse_0(const MR_SymMatrix3f *_this)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_DefaultConstruct(void)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_DefaultConstruct(void)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_diagonal(bool diagVal)
MRC_API const MR_int64_t * MR_SymMatrix3i64_Get_yy(const MR_SymMatrix3i64 *_this)
MRC_API void MR_SymMatrix3i_Set_xz(MR_SymMatrix3i *_this, int value)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_add_assign(MR_SymMatrix3b *_this, const MR_SymMatrix3b *b)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_DefaultConstructArray(size_t num_elems)
MRC_API unsigned char * MR_SymMatrix3_unsigned_char_GetMutable_xx(MR_SymMatrix3_unsigned_char *_this)
MRC_API void MR_SymMatrix3i_Set_xy(MR_SymMatrix3i *_this, int value)
MRC_API const MR_int64_t * MR_SymMatrix3i64_Get_xy(const MR_SymMatrix3i64 *_this)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_identity(void)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_identity(void)
MRC_API const MR_SymMatrix3b * MR_SymMatrix3b_OffsetPtr(const MR_SymMatrix3b *ptr, ptrdiff_t i)
MRC_API void MR_SymMatrix3i_Set_zz(MR_SymMatrix3i *_this, int value)
MRC_API float * MR_SymMatrix3f_GetMutable_zz(MR_SymMatrix3f *_this)
MRC_API unsigned char * MR_SymMatrix3_unsigned_char_GetMutable_xz(MR_SymMatrix3_unsigned_char *_this)
MRC_API MR_int64_t MR_SymMatrix3i64_normSq(const MR_SymMatrix3i64 *_this)
MRC_API void MR_SymMatrix3d_DestroyArray(const MR_SymMatrix3d *_this)
Destroys a heap-allocated array of MR_SymMatrix3d. Does nothing if the pointer is null.
MRC_API const MR_int64_t * MR_SymMatrix3i64_Get_zz(const MR_SymMatrix3i64 *_this)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_inverse_1(const MR_SymMatrix3f *_this, float det)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_sub_assign(MR_SymMatrix3_unsigned_char *_this, const MR_SymMatrix3_unsigned_char *b)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_div_assign(MR_SymMatrix3b *_this, bool b)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_inverse_1(const MR_SymMatrix3b *_this, bool det)
MRC_API void MR_SymMatrix3_unsigned_char_Set_xx(MR_SymMatrix3_unsigned_char *_this, unsigned char value)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_pseudoinverse(const MR_SymMatrix3f *_this, const float *tol, int *rank, MR_Vector3f *space)
MRC_API const float * MR_SymMatrix3f_Get_xz(const MR_SymMatrix3f *_this)
MRC_API const unsigned char * MR_SymMatrix3_unsigned_char_Get_xx(const MR_SymMatrix3_unsigned_char *_this)
MRC_API const float * MR_SymMatrix3f_Get_xy(const MR_SymMatrix3f *_this)
MRC_API const float * MR_SymMatrix3f_Get_yy(const MR_SymMatrix3f *_this)
MRC_API void MR_SymMatrix3_unsigned_char_Set_xz(MR_SymMatrix3_unsigned_char *_this, unsigned char value)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_inverse_0(const MR_SymMatrix3_unsigned_char *_this)
MRC_API void MR_SymMatrix3i64_Set_yz(MR_SymMatrix3i64 *_this, MR_int64_t value)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_sub_assign(MR_SymMatrix3i64 *_this, const MR_SymMatrix3i64 *b)
MRC_API void MR_SymMatrix3d_Set_xy(MR_SymMatrix3d *_this, double value)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_AssignFromAnother(MR_SymMatrix3_unsigned_char *_this, const MR_SymMatrix3_unsigned_char *_other)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_mul_assign(MR_SymMatrix3_unsigned_char *_this, unsigned char b)
MRC_API const unsigned char * MR_SymMatrix3_unsigned_char_Get_xz(const MR_SymMatrix3_unsigned_char *_this)
MRC_API void MR_SymMatrix3d_Set_yz(MR_SymMatrix3d *_this, double value)
MRC_API void MR_SymMatrix3f_Destroy(const MR_SymMatrix3f *_this)
Destroys a heap-allocated instance of MR_SymMatrix3f. Does nothing if the pointer is null.
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_OffsetMutablePtr(MR_SymMatrix3i *ptr, ptrdiff_t i)
MRC_API const bool * MR_SymMatrix3b_Get_xx(const MR_SymMatrix3b *_this)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_inverse_1(const MR_SymMatrix3i *_this, int det)
MRC_API const double * MR_SymMatrix3d_Get_zz(const MR_SymMatrix3d *_this)
MRC_API int * MR_SymMatrix3i_GetMutable_yy(MR_SymMatrix3i *_this)
MRC_API void MR_SymMatrix3b_Set_yz(MR_SymMatrix3b *_this, bool value)
MRC_API void MR_SymMatrix3_unsigned_char_DestroyArray(const MR_SymMatrix3_unsigned_char *_this)
Destroys a heap-allocated array of MR_SymMatrix3_unsigned_char. Does nothing if the pointer is null.
struct MR_SymMatrix3i MR_SymMatrix3i
Definition MRSymMatrix3.h:26
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_ConstructFromAnother(const MR_SymMatrix3_unsigned_char *_other)
MRC_API const unsigned char * MR_SymMatrix3_unsigned_char_Get_yy(const MR_SymMatrix3_unsigned_char *_this)
MRC_API const float * MR_SymMatrix3f_Get_xx(const MR_SymMatrix3f *_this)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_DefaultConstruct(void)
MRC_API MR_int64_t * MR_SymMatrix3i64_GetMutable_xz(MR_SymMatrix3i64 *_this)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_OffsetMutablePtr(MR_SymMatrix3i64 *ptr, ptrdiff_t i)
MRC_API const int * MR_SymMatrix3i_Get_yy(const MR_SymMatrix3i *_this)
MRC_API MR_int64_t * MR_SymMatrix3i64_GetMutable_yy(MR_SymMatrix3i64 *_this)
MRC_API int MR_SymMatrix3i_det(const MR_SymMatrix3i *_this)
MRC_API const MR_SymMatrix3f * MR_SymMatrix3f_OffsetPtr(const MR_SymMatrix3f *ptr, ptrdiff_t i)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_AssignFromAnother(MR_SymMatrix3d *_this, const MR_SymMatrix3d *_other)
MRC_API const double * MR_SymMatrix3d_Get_xz(const MR_SymMatrix3d *_this)
MRC_API void MR_SymMatrix3i_Set_xx(MR_SymMatrix3i *_this, int value)
MRC_API void MR_SymMatrix3b_Set_xx(MR_SymMatrix3b *_this, bool value)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_identity(void)
MRC_API const MR_SymMatrix3i * MR_SymMatrix3i_OffsetPtr(const MR_SymMatrix3i *ptr, ptrdiff_t i)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_AssignFromAnother(MR_SymMatrix3b *_this, const MR_SymMatrix3b *_other)
struct MR_SymMatrix3b MR_SymMatrix3b
Definition MRSymMatrix3.h:21
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_sub_assign(MR_SymMatrix3b *_this, const MR_SymMatrix3b *b)
MRC_API const double * MR_SymMatrix3d_Get_xy(const MR_SymMatrix3d *_this)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_inverse_1(const MR_SymMatrix3_unsigned_char *_this, unsigned char det)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_ConstructFromAnother(const MR_SymMatrix3i *_other)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_mul_assign(MR_SymMatrix3b *_this, bool b)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_identity(void)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_add_assign(MR_SymMatrix3i64 *_this, const MR_SymMatrix3i64 *b)
MRC_API int * MR_SymMatrix3i_GetMutable_zz(MR_SymMatrix3i *_this)
MRC_API void MR_SymMatrix3f_Set_yz(MR_SymMatrix3f *_this, float value)
MRC_API void MR_SymMatrix3i64_Set_xz(MR_SymMatrix3i64 *_this, MR_int64_t value)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_AssignFromAnother(MR_SymMatrix3f *_this, const MR_SymMatrix3f *_other)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_DefaultConstruct(void)
MRC_API void MR_SymMatrix3_unsigned_char_Set_yz(MR_SymMatrix3_unsigned_char *_this, unsigned char value)
MRC_API void MR_SymMatrix3b_Set_zz(MR_SymMatrix3b *_this, bool value)
MRC_API const unsigned char * MR_SymMatrix3_unsigned_char_Get_zz(const MR_SymMatrix3_unsigned_char *_this)
MRC_API float MR_SymMatrix3f_det(const MR_SymMatrix3f *_this)
MRC_API void MR_SymMatrix3f_Set_zz(MR_SymMatrix3f *_this, float value)
MRC_API bool * MR_SymMatrix3b_GetMutable_xy(MR_SymMatrix3b *_this)
struct MR_SymMatrix3i64 MR_SymMatrix3i64
Definition MRSymMatrix3.h:31
MRC_API bool * MR_SymMatrix3b_GetMutable_yy(MR_SymMatrix3b *_this)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_diagonal(float diagVal)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_mul_assign(MR_SymMatrix3d *_this, double b)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_inverse_0(const MR_SymMatrix3i64 *_this)
MRC_API const MR_int64_t * MR_SymMatrix3i64_Get_yz(const MR_SymMatrix3i64 *_this)
MRC_API void MR_SymMatrix3i64_Set_xx(MR_SymMatrix3i64 *_this, MR_int64_t value)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_diagonal(MR_int64_t diagVal)
MRC_API void MR_SymMatrix3d_Destroy(const MR_SymMatrix3d *_this)
Destroys a heap-allocated instance of MR_SymMatrix3d. Does nothing if the pointer is null.
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_diagonal(unsigned char diagVal)
MRC_API MR_SymMatrix3i * MR_SymMatrix3i_diagonal(int diagVal)
MRC_API double MR_SymMatrix3d_trace(const MR_SymMatrix3d *_this)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_inverse_0(const MR_SymMatrix3d *_this)
MRC_API void MR_SymMatrix3i64_Set_zz(MR_SymMatrix3i64 *_this, MR_int64_t value)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_sub_assign(MR_SymMatrix3d *_this, const MR_SymMatrix3d *b)
MRC_API void MR_SymMatrix3i64_Set_xy(MR_SymMatrix3i64 *_this, MR_int64_t value)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_ConstructFromAnother(const MR_SymMatrix3b *_other)
MRC_API void MR_SymMatrix3f_Set_xx(MR_SymMatrix3f *_this, float value)
MRC_API const double * MR_SymMatrix3d_Get_yy(const MR_SymMatrix3d *_this)
MRC_API double * MR_SymMatrix3d_GetMutable_zz(MR_SymMatrix3d *_this)
MRC_API double * MR_SymMatrix3d_GetMutable_xz(MR_SymMatrix3d *_this)
MRC_API double * MR_SymMatrix3d_GetMutable_xy(MR_SymMatrix3d *_this)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_inverse_1(const MR_SymMatrix3d *_this, double det)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_div_assign(MR_SymMatrix3f *_this, float b)
MRC_API unsigned char MR_SymMatrix3_unsigned_char_det(const MR_SymMatrix3_unsigned_char *_this)
MRC_API MR_SymMatrix3_unsigned_char * MR_SymMatrix3_unsigned_char_DefaultConstructArray(size_t num_elems)
MRC_API MR_SymMatrix3b * MR_SymMatrix3b_DefaultConstruct(void)
MRC_API bool MR_SymMatrix3b_det(const MR_SymMatrix3b *_this)
MRC_API double MR_SymMatrix3d_det(const MR_SymMatrix3d *_this)
MRC_API int * MR_SymMatrix3i_GetMutable_xy(MR_SymMatrix3i *_this)
MRC_API MR_SymMatrix3f * MR_SymMatrix3f_ConstructFromAnother(const MR_SymMatrix3f *_other)
MRC_API unsigned char MR_SymMatrix3_unsigned_char_trace(const MR_SymMatrix3_unsigned_char *_this)
MRC_API int * MR_SymMatrix3i_GetMutable_yz(MR_SymMatrix3i *_this)
MRC_API MR_int64_t MR_SymMatrix3i64_det(const MR_SymMatrix3i64 *_this)
MRC_API double * MR_SymMatrix3d_GetMutable_yz(MR_SymMatrix3d *_this)
MRC_API MR_SymMatrix3i64 * MR_SymMatrix3i64_inverse_1(const MR_SymMatrix3i64 *_this, MR_int64_t det)
MRC_API void MR_SymMatrix3d_Set_yy(MR_SymMatrix3d *_this, double value)
MRC_API MR_SymMatrix3d * MR_SymMatrix3d_div_assign(MR_SymMatrix3d *_this, double b)
MRC_API double * MR_SymMatrix3d_GetMutable_yy(MR_SymMatrix3d *_this)
MRC_API unsigned char MR_SymMatrix3_unsigned_char_normSq(const MR_SymMatrix3_unsigned_char *_this)
Definition MRMatrix3.h:82
Definition MRMatrix3.h:68
Generated from class MR::Vector3d.
Definition MRVector3.h:55
Generated from class MR::Vector3f.
Definition MRVector3.h:47