API
 
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <Eigen/Dense>
#include <string>
#include <iostream>
#include <fstream>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DDSPC
 

Typedefs

typedef float DDSPC::realT
 
typedef Eigen::Matrix< realT, Eigen::Dynamic, Eigen::Dynamic > DDSPC::Matrix
 

Functions

void DDSPC::print_shape_matrix (Matrix mat, std::string name="")
 
void DDSPC::print_matrix (Matrix mat, std::string name="")
 
static uint64_t DDSPC::find_next_power_of_2 (int sample)
 
void DDSPC::save_matrix (std::string fileName, Matrix mat)
 
Matrix DDSPC::load_matrix (std::string fileName)