triqs.mesh.meshes.MeshChebyshev.values
- MeshChebyshev.values()
Dispatched C++ function(s).
[1] () -> ndarray[float, 1]
Get the values of all mesh points in a mesh.
- Parameters:
- mMeshChebyshev
A mesh object.
- Returns:
- ndarray[float, 1]
Array containing the values of all mesh points.