| 1:a4137aedcb3a | 3:c3a4f4bb87f7 |
|---|---|
| 1 /*! | 1 /*! |
| 2 Python and C++ wrapper for Dolfinx Function<f64> | 2 Wrapper for numpy arrays. |
| 3 */ | 3 */ |
| 4 | 4 |
| 5 use alg_tools::euclidean::wrap::{WrapGuard, WrapGuardMut, Wrapped}; | 5 use alg_tools::euclidean::wrap::{WrapGuard, WrapGuardMut, Wrapped}; |
| 6 use alg_tools::types::Float; | 6 use alg_tools::types::Float; |
| 7 use nalgebra::{DMatrix, DMatrixView, DMatrixViewMut, Dyn}; | 7 use nalgebra::{DMatrix, DMatrixView, DMatrixViewMut, Dyn}; |