numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
laplacian_2d_grid.h File Reference

Definition of laplacian_2d_grid class. More...

#include <algorithm>
#include <cstddef>
#include <vector>
#include <Eigen/SparseCore>
#include "num_collect/base/concepts/sparse_matrix.h"
#include "num_collect/base/index_type.h"
#include "num_collect/util/assert.h"
+ Include dependency graph for laplacian_2d_grid.h:

Go to the source code of this file.

Classes

class  num_prob_collect::linear::laplacian_2d_grid< Matrix >
 Class to create matrices of Laplacian on a 2-dimensional grid. More...
 

Namespaces

namespace  num_prob_collect
 Namespace of problems for test of num_collect.
 
namespace  num_prob_collect::linear
 Namespace of linear equations.
 

Detailed Description

Definition of laplacian_2d_grid class.

Definition in file laplacian_2d_grid.h.