Project

General

Profile

Support #1311

Matrix in data structure

Added by Santos, Edward about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Data Structure
Target version:
Start date:
15 July 2013
Due date:
% Done:

100%

Estimated time:
Workflow:
New Issue

Description

I'm working on adding a covariance matrix to the data structure. I made a typedef

typedef std::vector< std::vector<double> > CovarianceMatrix;

and I'm trying to figure out a JsonProcessor for this.

Is the std::vector< std::vector<double> > format alright with you? Would you prefer a one-dimensional array?

What's your advice on the processor part? I'm looking at the ValueArrayProcessor. The Doxygen comments need a tiny fix (you forgot to edit the copy and past of the constructor part).

My issue is that I can't define a

ValueArrayProcessor<CovarianceMatrix> _matrix_proc;

Suggestions?

Also available in: Atom PDF