#include <secure_matrix.h>
|
| SecureMat () |
|
size_t | height () |
|
size_t | width () |
|
void | Reserve (const size_t reserve_height, const size_t reserve_width) |
|
void | Resize (const size_t resize_height, const size_t resize_width) |
|
std::string | ToString () const |
|
const T & | operator() (const size_t row, const size_t col) const |
|
T & | operator() (const size_t row, const size_t col) |
|
◆ SecureMat()
◆ height()
◆ operator()() [1/2]
◆ operator()() [2/2]
◆ Reserve()
◆ Resize()
◆ ToString()
◆ width()
The documentation for this class was generated from the following file: