MDL SDK API nvidia_logo_transpbg.gif Up
matrix_typedefs.h
Go to the documentation of this file.
1/***************************************************************************************************
2 * Copyright 2025 NVIDIA Corporation. All rights reserved.
3 **************************************************************************************************/
6
7#ifndef MI_NEURAYLIB_MATRIX_TYPEDEFS_H
8#define MI_NEURAYLIB_MATRIX_TYPEDEFS_H
9
10#include <mi/math/matrix.h>
11
12namespace mi {
13
23
29
35
41
47
53
59
65
71
72
73
80
87
94
101
108
115
122
129
136
137
138
145
152
159
166
173
180
187
194
201
202
203
210
217
224
231
238
245
252
259
266
267
268
275
282
289
296
303
310
317
324
331
332
333
339
345
351
357
363
369
375
381
387
388
389
396
403
410
417
424
431
438
445
452
453
454
461
468
475
482
489
496
503
510
517
518
519
526
533
540
547
554
561
568
575
582
583
584
591
598
605
612
619
626
633
640
647 // end group mi_neuray_compounds
649
650} // namespace mi
651
652#endif // MI_NEURAYLIB_MATRIX_TYPEDEFS_H
NxM-dimensional matrix class template of fixed dimensions.
Definition: matrix.h:367
A NxM-dimensional matrix class template of fixed dimensions with supporting functions.
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
Definition: example_derivatives.dox:5
Storage class for a NxM-dimensional matrix class template of fixed dimensions.
Definition: matrix.h:90