Skip to content

Freeing Eigen structures/variables #1

@akashdexati

Description

@akashdexati

Hi @Erkaman

Some structures from Eigen source are used.

typedef Eigen::SparseMatrix<double> SpMat;
typedef Eigen::Triplet<double> Triplet;
typedef Eigen::VectorXd Vec;

Eigen::SimplicialCholesky<SpMat> solver;
..
Vec solutionChannels[3];		
Vec b(numUnknowns);

How to free the memory used by Eigen entities ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions