diff --git a/docs/doxygen/html/_a_e_r_8hpp.html b/docs/doxygen/html/_a_e_r_8hpp.html index 610dca6e9..2b1692632 100644 --- a/docs/doxygen/html/_a_e_r_8hpp.html +++ b/docs/doxygen/html/_a_e_r_8hpp.html @@ -50,7 +50,7 @@











































































































































#include "NumCpp/Linalg/cholesky.hpp"#include "NumCpp/Linalg/det.hpp"#include "NumCpp/Linalg/eig.hpp"#include "NumCpp/Linalg/eigvals.hpp"#include "NumCpp/Linalg/gaussNewtonNlls.hpp"#include "NumCpp/Linalg/hat.hpp"#include "NumCpp/Linalg/inv.hpp"#include "NumCpp/Linalg/pivotLU_decomposition.hpp"#include "NumCpp/Linalg/solve.hpp"#include "NumCpp/Linalg/svd.hpp"#include "NumCpp/Linalg/svdvals.hpp"Go to the source code of this file.




































































![]() |
-
- NumCpp
- 2.15.0
-
- A Templatized Header Only C++ Implementation of the Python NumPy Library
- |
-











































Variables | |
| constexpr char | nc::VERSION [] = "2.15.0" |
| constexpr char | nc::VERSION [] = "2.16.0" |
| Current NumCpp version number. | |









































































































































































#include <SVDClass.hpp>
Performs the singular value decomposition of a general matrix. + More...
+ +#include <SVD.hpp>
Public Member Functions | |
| SVD (const NdArray< double > &inMatrix) | |
| const NdArray< double > & | s () noexcept |
| NdArray< double > | solve (const NdArray< double > &inInput, double inThresh=-1.) |
| const NdArray< double > & | u () noexcept |
| const NdArray< double > & | v () noexcept |
| SVD (const NdArray< dtype > &inMatrix) | |
| NdArray< double > | lstsq (const NdArray< double > &inInput) |
| NdArray< double > | pinv () |
| const NdArray< double > & | s () const noexcept |
| STATIC_ASSERT_ARITHMETIC (dtype) | |
| const NdArray< double > & | u () const noexcept |
| const NdArray< double > & | v () const noexcept |
+Static Public Attributes | |
| static constexpr auto | TOLERANCE = 1e-12 |
performs the singular value decomposition of a general matrix, taken and adapted from Numerical Recipes Third Edition svd.h
+Performs the singular value decomposition of a general matrix.
Member Function Documentation- -◆ s()+ +◆ lstsq()
+
-
the resultant w matrix -
solves the linear least squares problem +
◆ solve()+ +◆ pinv()
+
Returns the pseudo-inverse of the input matrix
◆ u()+ +◆ s()
+
+
+the resultant w matrix +
◆ STATIC_ASSERT_ARITHMETIC()+ +
+
+
+
+
+
+
+
+◆ u()+ +
+
+
+
diff --git a/docs/doxygen/html/lu__decomposition_8hpp.html b/docs/doxygen/html/lu__decomposition_8hpp.html
index db93e483e..edc885263 100644
--- a/docs/doxygen/html/lu__decomposition_8hpp.html
+++ b/docs/doxygen/html/lu__decomposition_8hpp.html
@@ -50,7 +50,7 @@
+
The documentation for this class was generated from the following file: diff --git a/docs/doxygen/html/classnc_1_1linalg_1_1_s_v_d.js b/docs/doxygen/html/classnc_1_1linalg_1_1_s_v_d.js index 11ccba90b..903cf1b96 100644 --- a/docs/doxygen/html/classnc_1_1linalg_1_1_s_v_d.js +++ b/docs/doxygen/html/classnc_1_1linalg_1_1_s_v_d.js @@ -1,8 +1,11 @@ var classnc_1_1linalg_1_1_s_v_d = [ - [ "SVD", "classnc_1_1linalg_1_1_s_v_d.html#ae0561bbc9633e436139258b0c70b98ba", null ], - [ "s", "classnc_1_1linalg_1_1_s_v_d.html#aa3628ab32a1117f00645ce377c4b8654", null ], - [ "solve", "classnc_1_1linalg_1_1_s_v_d.html#a5f8126b97109ff2929842d861522de19", null ], - [ "u", "classnc_1_1linalg_1_1_s_v_d.html#af28a679bf8a8ef8af95184a26a6fbb4e", null ], - [ "v", "classnc_1_1linalg_1_1_s_v_d.html#ab0ff491e89a4242d15854683d0a45650", null ] + [ "SVD", "classnc_1_1linalg_1_1_s_v_d.html#ab4ba7cba1b76cd0a05805c894b93e356", null ], + [ "lstsq", "classnc_1_1linalg_1_1_s_v_d.html#ac242186475a35804492d717f933024bd", null ], + [ "pinv", "classnc_1_1linalg_1_1_s_v_d.html#a81c5d57cc757e95a3dc48cec03ca80fb", null ], + [ "s", "classnc_1_1linalg_1_1_s_v_d.html#a16f7636b9dc063e1636effbc71240f4b", null ], + [ "STATIC_ASSERT_ARITHMETIC", "classnc_1_1linalg_1_1_s_v_d.html#a38a3dacc268968d6910618f0ff79073e", null ], + [ "u", "classnc_1_1linalg_1_1_s_v_d.html#a158910084dd44940dca481dbf5f92382", null ], + [ "v", "classnc_1_1linalg_1_1_s_v_d.html#adc73c87eefc76c303ef510b5c2534fa3", null ], + [ "TOLERANCE", "classnc_1_1linalg_1_1_s_v_d.html#a6dd64d76d201318568ce13eb305810fd", null ] ]; \ No newline at end of file diff --git a/docs/doxygen/html/classnc_1_1logger_1_1_binary_logger.html b/docs/doxygen/html/classnc_1_1logger_1_1_binary_logger.html index a4a758f26..e003b5a46 100644 --- a/docs/doxygen/html/classnc_1_1logger_1_1_binary_logger.html +++ b/docs/doxygen/html/classnc_1_1logger_1_1_binary_logger.html @@ -50,7 +50,7 @@ ![]()
|
diff --git a/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1_binary_data_logger.html b/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1_binary_data_logger.html
index d0af345a5..732e3974c 100644
--- a/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1_binary_data_logger.html
+++ b/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1_binary_data_logger.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1type__traits_1_1has__serialize.html b/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1type__traits_1_1has__serialize.html
index f4b092947..4486ec379 100644
--- a/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1type__traits_1_1has__serialize.html
+++ b/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1type__traits_1_1has__serialize.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1type__traits_1_1has__serialize_3_01_data_type_00_01std_1_1void__te6ccce939d7e8d93862519645c528e31.html b/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1type__traits_1_1has__serialize_3_01_data_type_00_01std_1_1void__te6ccce939d7e8d93862519645c528e31.html
index ea3768f1c..bfb82c996 100644
--- a/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1type__traits_1_1has__serialize_3_01_data_type_00_01std_1_1void__te6ccce939d7e8d93862519645c528e31.html
+++ b/docs/doxygen/html/classnc_1_1logger_1_1detail_1_1type__traits_1_1has__serialize_3_01_data_type_00_01std_1_1void__te6ccce939d7e8d93862519645c528e31.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1polynomial_1_1_poly1d.html b/docs/doxygen/html/classnc_1_1polynomial_1_1_poly1d.html
index 411d6eaaf..75caf66b5 100644
--- a/docs/doxygen/html/classnc_1_1polynomial_1_1_poly1d.html
+++ b/docs/doxygen/html/classnc_1_1polynomial_1_1_poly1d.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1random_1_1_r_n_g.html b/docs/doxygen/html/classnc_1_1random_1_1_r_n_g.html
index 027d1b75e..7003a2787 100644
--- a/docs/doxygen/html/classnc_1_1random_1_1_r_n_g.html
+++ b/docs/doxygen/html/classnc_1_1random_1_1_r_n_g.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1roots_1_1_bisection.html b/docs/doxygen/html/classnc_1_1roots_1_1_bisection.html
index a482e98e8..9696aa655 100644
--- a/docs/doxygen/html/classnc_1_1roots_1_1_bisection.html
+++ b/docs/doxygen/html/classnc_1_1roots_1_1_bisection.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1roots_1_1_brent.html b/docs/doxygen/html/classnc_1_1roots_1_1_brent.html
index 765504c9a..10055b585 100644
--- a/docs/doxygen/html/classnc_1_1roots_1_1_brent.html
+++ b/docs/doxygen/html/classnc_1_1roots_1_1_brent.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1roots_1_1_dekker.html b/docs/doxygen/html/classnc_1_1roots_1_1_dekker.html
index e2c642624..bb5af1dc7 100644
--- a/docs/doxygen/html/classnc_1_1roots_1_1_dekker.html
+++ b/docs/doxygen/html/classnc_1_1roots_1_1_dekker.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1roots_1_1_iteration.html b/docs/doxygen/html/classnc_1_1roots_1_1_iteration.html
index e4d4add18..d0288f9b0 100644
--- a/docs/doxygen/html/classnc_1_1roots_1_1_iteration.html
+++ b/docs/doxygen/html/classnc_1_1roots_1_1_iteration.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1roots_1_1_newton.html b/docs/doxygen/html/classnc_1_1roots_1_1_newton.html
index cac639405..fa75488bb 100644
--- a/docs/doxygen/html/classnc_1_1roots_1_1_newton.html
+++ b/docs/doxygen/html/classnc_1_1roots_1_1_newton.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1roots_1_1_secant.html b/docs/doxygen/html/classnc_1_1roots_1_1_secant.html
index 3fa443654..394afefd6 100644
--- a/docs/doxygen/html/classnc_1_1roots_1_1_secant.html
+++ b/docs/doxygen/html/classnc_1_1roots_1_1_secant.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1rotations_1_1_d_c_m.html b/docs/doxygen/html/classnc_1_1rotations_1_1_d_c_m.html
index c796c1fc8..3ade432e0 100644
--- a/docs/doxygen/html/classnc_1_1rotations_1_1_d_c_m.html
+++ b/docs/doxygen/html/classnc_1_1rotations_1_1_d_c_m.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/classnc_1_1rotations_1_1_quaternion.html b/docs/doxygen/html/classnc_1_1rotations_1_1_quaternion.html
index 0ff41778a..81acff7cf 100644
--- a/docs/doxygen/html/classnc_1_1rotations_1_1_quaternion.html
+++ b/docs/doxygen/html/classnc_1_1rotations_1_1_quaternion.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/clip_8hpp.html b/docs/doxygen/html/clip_8hpp.html
index 712738549..a26835a8a 100644
--- a/docs/doxygen/html/clip_8hpp.html
+++ b/docs/doxygen/html/clip_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/clip_8hpp_source.html b/docs/doxygen/html/clip_8hpp_source.html
index c4f4be2be..f114472b1 100644
--- a/docs/doxygen/html/clip_8hpp_source.html
+++ b/docs/doxygen/html/clip_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cluster_pixels_8hpp.html b/docs/doxygen/html/cluster_pixels_8hpp.html
index af67ce8ac..a6cbac5aa 100644
--- a/docs/doxygen/html/cluster_pixels_8hpp.html
+++ b/docs/doxygen/html/cluster_pixels_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cluster_pixels_8hpp_source.html b/docs/doxygen/html/cluster_pixels_8hpp_source.html
index 1dfc6e8c5..704bc09a7 100644
--- a/docs/doxygen/html/cluster_pixels_8hpp_source.html
+++ b/docs/doxygen/html/cluster_pixels_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cnr_8hpp.html b/docs/doxygen/html/cnr_8hpp.html
index fdf039cb3..7e65d4866 100644
--- a/docs/doxygen/html/cnr_8hpp.html
+++ b/docs/doxygen/html/cnr_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cnr_8hpp_source.html b/docs/doxygen/html/cnr_8hpp_source.html
index dfa74adb4..f1529faed 100644
--- a/docs/doxygen/html/cnr_8hpp_source.html
+++ b/docs/doxygen/html/cnr_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/column__stack_8hpp.html b/docs/doxygen/html/column__stack_8hpp.html
index 3f9c54185..085e55155 100644
--- a/docs/doxygen/html/column__stack_8hpp.html
+++ b/docs/doxygen/html/column__stack_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/column__stack_8hpp_source.html b/docs/doxygen/html/column__stack_8hpp_source.html
index 3e4eb521c..96ac5767b 100644
--- a/docs/doxygen/html/column__stack_8hpp_source.html
+++ b/docs/doxygen/html/column__stack_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/comp__ellint__1_8hpp.html b/docs/doxygen/html/comp__ellint__1_8hpp.html
index 12eaaab71..340d02912 100644
--- a/docs/doxygen/html/comp__ellint__1_8hpp.html
+++ b/docs/doxygen/html/comp__ellint__1_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/comp__ellint__1_8hpp_source.html b/docs/doxygen/html/comp__ellint__1_8hpp_source.html
index e138f0496..564b606f4 100644
--- a/docs/doxygen/html/comp__ellint__1_8hpp_source.html
+++ b/docs/doxygen/html/comp__ellint__1_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/comp__ellint__2_8hpp.html b/docs/doxygen/html/comp__ellint__2_8hpp.html
index 03ddbfc00..e124991fd 100644
--- a/docs/doxygen/html/comp__ellint__2_8hpp.html
+++ b/docs/doxygen/html/comp__ellint__2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/comp__ellint__2_8hpp_source.html b/docs/doxygen/html/comp__ellint__2_8hpp_source.html
index a0e1f7ea5..736ccacaa 100644
--- a/docs/doxygen/html/comp__ellint__2_8hpp_source.html
+++ b/docs/doxygen/html/comp__ellint__2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/comp__ellint__3_8hpp.html b/docs/doxygen/html/comp__ellint__3_8hpp.html
index 68265e6e9..6c421c0db 100644
--- a/docs/doxygen/html/comp__ellint__3_8hpp.html
+++ b/docs/doxygen/html/comp__ellint__3_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/comp__ellint__3_8hpp_source.html b/docs/doxygen/html/comp__ellint__3_8hpp_source.html
index 253a0d9a1..9b25ffc70 100644
--- a/docs/doxygen/html/comp__ellint__3_8hpp_source.html
+++ b/docs/doxygen/html/comp__ellint__3_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complementary_mean_filter1d_8hpp.html b/docs/doxygen/html/complementary_mean_filter1d_8hpp.html
index e4ed6e4db..a149a7d34 100644
--- a/docs/doxygen/html/complementary_mean_filter1d_8hpp.html
+++ b/docs/doxygen/html/complementary_mean_filter1d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complementary_mean_filter1d_8hpp_source.html b/docs/doxygen/html/complementary_mean_filter1d_8hpp_source.html
index 0a06578e3..cbf04e7bf 100644
--- a/docs/doxygen/html/complementary_mean_filter1d_8hpp_source.html
+++ b/docs/doxygen/html/complementary_mean_filter1d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complementary_mean_filter_8hpp.html b/docs/doxygen/html/complementary_mean_filter_8hpp.html
index b2c3645c5..269771db3 100644
--- a/docs/doxygen/html/complementary_mean_filter_8hpp.html
+++ b/docs/doxygen/html/complementary_mean_filter_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complementary_mean_filter_8hpp_source.html b/docs/doxygen/html/complementary_mean_filter_8hpp_source.html
index 3a0471fd6..c649bf9d4 100644
--- a/docs/doxygen/html/complementary_mean_filter_8hpp_source.html
+++ b/docs/doxygen/html/complementary_mean_filter_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complementary_median_filter1d_8hpp.html b/docs/doxygen/html/complementary_median_filter1d_8hpp.html
index ba1498f30..1a0f35849 100644
--- a/docs/doxygen/html/complementary_median_filter1d_8hpp.html
+++ b/docs/doxygen/html/complementary_median_filter1d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complementary_median_filter1d_8hpp_source.html b/docs/doxygen/html/complementary_median_filter1d_8hpp_source.html
index c46b8e9cc..a47ef64b5 100644
--- a/docs/doxygen/html/complementary_median_filter1d_8hpp_source.html
+++ b/docs/doxygen/html/complementary_median_filter1d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complementary_median_filter_8hpp.html b/docs/doxygen/html/complementary_median_filter_8hpp.html
index 239b71594..af65fb334 100644
--- a/docs/doxygen/html/complementary_median_filter_8hpp.html
+++ b/docs/doxygen/html/complementary_median_filter_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complementary_median_filter_8hpp_source.html b/docs/doxygen/html/complementary_median_filter_8hpp_source.html
index f516d01e4..557da6c46 100644
--- a/docs/doxygen/html/complementary_median_filter_8hpp_source.html
+++ b/docs/doxygen/html/complementary_median_filter_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complex_8hpp.html b/docs/doxygen/html/complex_8hpp.html
index 0f31dd817..416a654c4 100644
--- a/docs/doxygen/html/complex_8hpp.html
+++ b/docs/doxygen/html/complex_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/complex_8hpp_source.html b/docs/doxygen/html/complex_8hpp_source.html
index ba98ca23a..f7a51c8c0 100644
--- a/docs/doxygen/html/complex_8hpp_source.html
+++ b/docs/doxygen/html/complex_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/concatenate_8hpp.html b/docs/doxygen/html/concatenate_8hpp.html
index 35364cb48..9119f2a42 100644
--- a/docs/doxygen/html/concatenate_8hpp.html
+++ b/docs/doxygen/html/concatenate_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/concatenate_8hpp_source.html b/docs/doxygen/html/concatenate_8hpp_source.html
index aa5b2a5cc..d287291c2 100644
--- a/docs/doxygen/html/concatenate_8hpp_source.html
+++ b/docs/doxygen/html/concatenate_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/conj_8hpp.html b/docs/doxygen/html/conj_8hpp.html
index d82997e4b..22edcae9a 100644
--- a/docs/doxygen/html/conj_8hpp.html
+++ b/docs/doxygen/html/conj_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/conj_8hpp_source.html b/docs/doxygen/html/conj_8hpp_source.html
index 81f1da0ef..94489d45d 100644
--- a/docs/doxygen/html/conj_8hpp_source.html
+++ b/docs/doxygen/html/conj_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/constant1d_8hpp.html b/docs/doxygen/html/constant1d_8hpp.html
index d88c77844..1c9fe6453 100644
--- a/docs/doxygen/html/constant1d_8hpp.html
+++ b/docs/doxygen/html/constant1d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/constant1d_8hpp_source.html b/docs/doxygen/html/constant1d_8hpp_source.html
index cd811f3d6..4ed9f104b 100644
--- a/docs/doxygen/html/constant1d_8hpp_source.html
+++ b/docs/doxygen/html/constant1d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/constant2d_8hpp.html b/docs/doxygen/html/constant2d_8hpp.html
index 47d54290d..ded021e07 100644
--- a/docs/doxygen/html/constant2d_8hpp.html
+++ b/docs/doxygen/html/constant2d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/constant2d_8hpp_source.html b/docs/doxygen/html/constant2d_8hpp_source.html
index d0e809aed..d578a0593 100644
--- a/docs/doxygen/html/constant2d_8hpp_source.html
+++ b/docs/doxygen/html/constant2d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/contains_8hpp.html b/docs/doxygen/html/contains_8hpp.html
index e70c0c196..2c0351973 100644
--- a/docs/doxygen/html/contains_8hpp.html
+++ b/docs/doxygen/html/contains_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/contains_8hpp_source.html b/docs/doxygen/html/contains_8hpp_source.html
index 4a5dff093..f78c8cac5 100644
--- a/docs/doxygen/html/contains_8hpp_source.html
+++ b/docs/doxygen/html/contains_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/convolve1d_8hpp.html b/docs/doxygen/html/convolve1d_8hpp.html
index 17c8b34ec..ced90cdc8 100644
--- a/docs/doxygen/html/convolve1d_8hpp.html
+++ b/docs/doxygen/html/convolve1d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/convolve1d_8hpp_source.html b/docs/doxygen/html/convolve1d_8hpp_source.html
index 9d63cad7d..d810d461c 100644
--- a/docs/doxygen/html/convolve1d_8hpp_source.html
+++ b/docs/doxygen/html/convolve1d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/convolve_8hpp.html b/docs/doxygen/html/convolve_8hpp.html
index 31f141331..30a23b5f6 100644
--- a/docs/doxygen/html/convolve_8hpp.html
+++ b/docs/doxygen/html/convolve_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/convolve_8hpp_source.html b/docs/doxygen/html/convolve_8hpp_source.html
index 3af9945a2..c8e7b7017 100644
--- a/docs/doxygen/html/convolve_8hpp_source.html
+++ b/docs/doxygen/html/convolve_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/copy_8hpp.html b/docs/doxygen/html/copy_8hpp.html
index 7268c06cf..ec7911d59 100644
--- a/docs/doxygen/html/copy_8hpp.html
+++ b/docs/doxygen/html/copy_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/copy_8hpp_source.html b/docs/doxygen/html/copy_8hpp_source.html
index 08d0df708..467a09b4f 100644
--- a/docs/doxygen/html/copy_8hpp_source.html
+++ b/docs/doxygen/html/copy_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/copy_sign_8hpp.html b/docs/doxygen/html/copy_sign_8hpp.html
index 748136f82..c38f54ee0 100644
--- a/docs/doxygen/html/copy_sign_8hpp.html
+++ b/docs/doxygen/html/copy_sign_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/copy_sign_8hpp_source.html b/docs/doxygen/html/copy_sign_8hpp_source.html
index ca145c3f3..46d3aeb24 100644
--- a/docs/doxygen/html/copy_sign_8hpp_source.html
+++ b/docs/doxygen/html/copy_sign_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/copyto_8hpp.html b/docs/doxygen/html/copyto_8hpp.html
index d7c28dd8f..6b20a4b62 100644
--- a/docs/doxygen/html/copyto_8hpp.html
+++ b/docs/doxygen/html/copyto_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/copyto_8hpp_source.html b/docs/doxygen/html/copyto_8hpp_source.html
index 0d2ab3f07..0cc4e6901 100644
--- a/docs/doxygen/html/copyto_8hpp_source.html
+++ b/docs/doxygen/html/copyto_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/corrcoef_8hpp.html b/docs/doxygen/html/corrcoef_8hpp.html
index 86e5d0983..f306e197e 100644
--- a/docs/doxygen/html/corrcoef_8hpp.html
+++ b/docs/doxygen/html/corrcoef_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/corrcoef_8hpp_source.html b/docs/doxygen/html/corrcoef_8hpp_source.html
index 8df6a0698..53a6ca261 100644
--- a/docs/doxygen/html/corrcoef_8hpp_source.html
+++ b/docs/doxygen/html/corrcoef_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cos_8hpp.html b/docs/doxygen/html/cos_8hpp.html
index 2fd545044..057e79902 100644
--- a/docs/doxygen/html/cos_8hpp.html
+++ b/docs/doxygen/html/cos_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cos_8hpp_source.html b/docs/doxygen/html/cos_8hpp_source.html
index a6f312c3c..9ff3ea7aa 100644
--- a/docs/doxygen/html/cos_8hpp_source.html
+++ b/docs/doxygen/html/cos_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cosh_8hpp.html b/docs/doxygen/html/cosh_8hpp.html
index ca857469a..d7661442a 100644
--- a/docs/doxygen/html/cosh_8hpp.html
+++ b/docs/doxygen/html/cosh_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cosh_8hpp_source.html b/docs/doxygen/html/cosh_8hpp_source.html
index 0cb513a1d..a345057a7 100644
--- a/docs/doxygen/html/cosh_8hpp_source.html
+++ b/docs/doxygen/html/cosh_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/count__nonzero_8hpp.html b/docs/doxygen/html/count__nonzero_8hpp.html
index d264f8653..4d6e08b7c 100644
--- a/docs/doxygen/html/count__nonzero_8hpp.html
+++ b/docs/doxygen/html/count__nonzero_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/count__nonzero_8hpp_source.html b/docs/doxygen/html/count__nonzero_8hpp_source.html
index 4e216d3ad..991e01b72 100644
--- a/docs/doxygen/html/count__nonzero_8hpp_source.html
+++ b/docs/doxygen/html/count__nonzero_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cov_8hpp.html b/docs/doxygen/html/cov_8hpp.html
index 24ba8b248..2c3653acc 100644
--- a/docs/doxygen/html/cov_8hpp.html
+++ b/docs/doxygen/html/cov_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cov_8hpp_source.html b/docs/doxygen/html/cov_8hpp_source.html
index 66758be1c..5d14d6832 100644
--- a/docs/doxygen/html/cov_8hpp_source.html
+++ b/docs/doxygen/html/cov_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cov__inv_8hpp.html b/docs/doxygen/html/cov__inv_8hpp.html
index f68f0a7b3..4b3650153 100644
--- a/docs/doxygen/html/cov__inv_8hpp.html
+++ b/docs/doxygen/html/cov__inv_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cov__inv_8hpp_source.html b/docs/doxygen/html/cov__inv_8hpp_source.html
index 6d2e1cd7d..d4f92b2f4 100644
--- a/docs/doxygen/html/cov__inv_8hpp_source.html
+++ b/docs/doxygen/html/cov__inv_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cross_8hpp.html b/docs/doxygen/html/cross_8hpp.html
index c142d6871..28f0b36ec 100644
--- a/docs/doxygen/html/cross_8hpp.html
+++ b/docs/doxygen/html/cross_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cross_8hpp_source.html b/docs/doxygen/html/cross_8hpp_source.html
index 65d1fd918..f79ce8973 100644
--- a/docs/doxygen/html/cross_8hpp_source.html
+++ b/docs/doxygen/html/cross_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cumprod_8hpp.html b/docs/doxygen/html/cumprod_8hpp.html
index 1d7288df4..2419ad6ff 100644
--- a/docs/doxygen/html/cumprod_8hpp.html
+++ b/docs/doxygen/html/cumprod_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cumprod_8hpp_source.html b/docs/doxygen/html/cumprod_8hpp_source.html
index d2b0f2355..cb3e297ed 100644
--- a/docs/doxygen/html/cumprod_8hpp_source.html
+++ b/docs/doxygen/html/cumprod_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cumsum_8hpp.html b/docs/doxygen/html/cumsum_8hpp.html
index e1387bd1d..0f8b6efde 100644
--- a/docs/doxygen/html/cumsum_8hpp.html
+++ b/docs/doxygen/html/cumsum_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cumsum_8hpp_source.html b/docs/doxygen/html/cumsum_8hpp_source.html
index 0a974f6cd..a023677e8 100644
--- a/docs/doxygen/html/cumsum_8hpp_source.html
+++ b/docs/doxygen/html/cumsum_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cyclic__hankel__1_8hpp.html b/docs/doxygen/html/cyclic__hankel__1_8hpp.html
index 7245096e1..be20d7fe7 100644
--- a/docs/doxygen/html/cyclic__hankel__1_8hpp.html
+++ b/docs/doxygen/html/cyclic__hankel__1_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cyclic__hankel__1_8hpp_source.html b/docs/doxygen/html/cyclic__hankel__1_8hpp_source.html
index 0c59cb6a0..a9dd52d66 100644
--- a/docs/doxygen/html/cyclic__hankel__1_8hpp_source.html
+++ b/docs/doxygen/html/cyclic__hankel__1_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cyclic__hankel__2_8hpp.html b/docs/doxygen/html/cyclic__hankel__2_8hpp.html
index 1e9c34f2c..ffd464be4 100644
--- a/docs/doxygen/html/cyclic__hankel__2_8hpp.html
+++ b/docs/doxygen/html/cyclic__hankel__2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/cyclic__hankel__2_8hpp_source.html b/docs/doxygen/html/cyclic__hankel__2_8hpp_source.html
index 087647291..a23faccb5 100644
--- a/docs/doxygen/html/cyclic__hankel__2_8hpp_source.html
+++ b/docs/doxygen/html/cyclic__hankel__2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/deg2rad_8hpp.html b/docs/doxygen/html/deg2rad_8hpp.html
index 118b1735f..ac63e0cc0 100644
--- a/docs/doxygen/html/deg2rad_8hpp.html
+++ b/docs/doxygen/html/deg2rad_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/deg2rad_8hpp_source.html b/docs/doxygen/html/deg2rad_8hpp_source.html
index 09295c2f4..6cf281dd1 100644
--- a/docs/doxygen/html/deg2rad_8hpp_source.html
+++ b/docs/doxygen/html/deg2rad_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/degrees_8hpp.html b/docs/doxygen/html/degrees_8hpp.html
index 800d5fdd3..66a0b428b 100644
--- a/docs/doxygen/html/degrees_8hpp.html
+++ b/docs/doxygen/html/degrees_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/degrees_8hpp_source.html b/docs/doxygen/html/degrees_8hpp_source.html
index 18b777d63..f14e21b6c 100644
--- a/docs/doxygen/html/degrees_8hpp_source.html
+++ b/docs/doxygen/html/degrees_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/delete_indices_8hpp.html b/docs/doxygen/html/delete_indices_8hpp.html
index b08ebc08c..7a452fd1d 100644
--- a/docs/doxygen/html/delete_indices_8hpp.html
+++ b/docs/doxygen/html/delete_indices_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/delete_indices_8hpp_source.html b/docs/doxygen/html/delete_indices_8hpp_source.html
index 2eb8691f4..a9673c6f3 100644
--- a/docs/doxygen/html/delete_indices_8hpp_source.html
+++ b/docs/doxygen/html/delete_indices_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/det_8hpp.html b/docs/doxygen/html/det_8hpp.html
index 03f64d7a2..84ec69b74 100644
--- a/docs/doxygen/html/det_8hpp.html
+++ b/docs/doxygen/html/det_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/det_8hpp_source.html b/docs/doxygen/html/det_8hpp_source.html
index 3dfa4a585..20a37441b 100644
--- a/docs/doxygen/html/det_8hpp_source.html
+++ b/docs/doxygen/html/det_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/diag_8hpp.html b/docs/doxygen/html/diag_8hpp.html
index fa3c27111..6911b0e2d 100644
--- a/docs/doxygen/html/diag_8hpp.html
+++ b/docs/doxygen/html/diag_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/diag_8hpp_source.html b/docs/doxygen/html/diag_8hpp_source.html
index 9045c16ee..61afa63af 100644
--- a/docs/doxygen/html/diag_8hpp_source.html
+++ b/docs/doxygen/html/diag_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/diagflat_8hpp.html b/docs/doxygen/html/diagflat_8hpp.html
index 9b505a4de..9e0ee6fcc 100644
--- a/docs/doxygen/html/diagflat_8hpp.html
+++ b/docs/doxygen/html/diagflat_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/diagflat_8hpp_source.html b/docs/doxygen/html/diagflat_8hpp_source.html
index 9af9f86c2..9cce97ea3 100644
--- a/docs/doxygen/html/diagflat_8hpp_source.html
+++ b/docs/doxygen/html/diagflat_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/diagonal_8hpp.html b/docs/doxygen/html/diagonal_8hpp.html
index a733fe203..1b7b471c9 100644
--- a/docs/doxygen/html/diagonal_8hpp.html
+++ b/docs/doxygen/html/diagonal_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/diagonal_8hpp_source.html b/docs/doxygen/html/diagonal_8hpp_source.html
index b5cbe890a..0ec841566 100644
--- a/docs/doxygen/html/diagonal_8hpp_source.html
+++ b/docs/doxygen/html/diagonal_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/diff_8hpp.html b/docs/doxygen/html/diff_8hpp.html
index d8b6e69b3..c543013bf 100644
--- a/docs/doxygen/html/diff_8hpp.html
+++ b/docs/doxygen/html/diff_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/diff_8hpp_source.html b/docs/doxygen/html/diff_8hpp_source.html
index 1193ef3dd..2e05de34c 100644
--- a/docs/doxygen/html/diff_8hpp_source.html
+++ b/docs/doxygen/html/diff_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/digamma_8hpp.html b/docs/doxygen/html/digamma_8hpp.html
index 220e1aa9a..b045945e1 100644
--- a/docs/doxygen/html/digamma_8hpp.html
+++ b/docs/doxygen/html/digamma_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/digamma_8hpp_source.html b/docs/doxygen/html/digamma_8hpp_source.html
index 10a250192..bf8486f74 100644
--- a/docs/doxygen/html/digamma_8hpp_source.html
+++ b/docs/doxygen/html/digamma_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/digitize_8hpp.html b/docs/doxygen/html/digitize_8hpp.html
index 6bed02350..211d3347e 100644
--- a/docs/doxygen/html/digitize_8hpp.html
+++ b/docs/doxygen/html/digitize_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/digitize_8hpp_source.html b/docs/doxygen/html/digitize_8hpp_source.html
index b16fdfd33..5ac119e6c 100644
--- a/docs/doxygen/html/digitize_8hpp_source.html
+++ b/docs/doxygen/html/digitize_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_093b14450e434accd2cde91cedff0d18.html b/docs/doxygen/html/dir_093b14450e434accd2cde91cedff0d18.html
index e083ff0f3..fa0c81d14 100644
--- a/docs/doxygen/html/dir_093b14450e434accd2cde91cedff0d18.html
+++ b/docs/doxygen/html/dir_093b14450e434accd2cde91cedff0d18.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -120,7 +120,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_10b69f38d52e59bd23d9fc1937bea22a.html b/docs/doxygen/html/dir_10b69f38d52e59bd23d9fc1937bea22a.html
index 5bb4b8dc6..295f5e066 100644
--- a/docs/doxygen/html/dir_10b69f38d52e59bd23d9fc1937bea22a.html
+++ b/docs/doxygen/html/dir_10b69f38d52e59bd23d9fc1937bea22a.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_135bbb5e4eb4ddbda27ac0540001f7fd.html b/docs/doxygen/html/dir_135bbb5e4eb4ddbda27ac0540001f7fd.html
index 77219e737..4a821da28 100644
--- a/docs/doxygen/html/dir_135bbb5e4eb4ddbda27ac0540001f7fd.html
+++ b/docs/doxygen/html/dir_135bbb5e4eb4ddbda27ac0540001f7fd.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_22368e90b3593b912515c50bf54c969c.html b/docs/doxygen/html/dir_22368e90b3593b912515c50bf54c969c.html
index ec6bc6da0..3b90b4097 100644
--- a/docs/doxygen/html/dir_22368e90b3593b912515c50bf54c969c.html
+++ b/docs/doxygen/html/dir_22368e90b3593b912515c50bf54c969c.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_2e8552338a5fe196f81c9ab4a461b773.html b/docs/doxygen/html/dir_2e8552338a5fe196f81c9ab4a461b773.html
index 90313a19c..6789b72c0 100644
--- a/docs/doxygen/html/dir_2e8552338a5fe196f81c9ab4a461b773.html
+++ b/docs/doxygen/html/dir_2e8552338a5fe196f81c9ab4a461b773.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_34171bd951b13a53aa9f237277a18e40.html b/docs/doxygen/html/dir_34171bd951b13a53aa9f237277a18e40.html
index 28fcef77d..a82248037 100644
--- a/docs/doxygen/html/dir_34171bd951b13a53aa9f237277a18e40.html
+++ b/docs/doxygen/html/dir_34171bd951b13a53aa9f237277a18e40.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_3762e5d1d8eae0347117ff18be7f517d.html b/docs/doxygen/html/dir_3762e5d1d8eae0347117ff18be7f517d.html
index 16482a860..7bfd55a29 100644
--- a/docs/doxygen/html/dir_3762e5d1d8eae0347117ff18be7f517d.html
+++ b/docs/doxygen/html/dir_3762e5d1d8eae0347117ff18be7f517d.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_49e56c817e5e54854c35e136979f97ca.html b/docs/doxygen/html/dir_49e56c817e5e54854c35e136979f97ca.html
index 5716702e7..526686762 100644
--- a/docs/doxygen/html/dir_49e56c817e5e54854c35e136979f97ca.html
+++ b/docs/doxygen/html/dir_49e56c817e5e54854c35e136979f97ca.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_5cccc998a857696e320833db04811b65.html b/docs/doxygen/html/dir_5cccc998a857696e320833db04811b65.html
index 90f97ff39..711ad5673 100644
--- a/docs/doxygen/html/dir_5cccc998a857696e320833db04811b65.html
+++ b/docs/doxygen/html/dir_5cccc998a857696e320833db04811b65.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_5de075070a423c280ad6ed943802bf75.html b/docs/doxygen/html/dir_5de075070a423c280ad6ed943802bf75.html
index 51d85a324..d2f46be9c 100644
--- a/docs/doxygen/html/dir_5de075070a423c280ad6ed943802bf75.html
+++ b/docs/doxygen/html/dir_5de075070a423c280ad6ed943802bf75.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_6282b7c0ec828c4b60830a3c405ff9e8.html b/docs/doxygen/html/dir_6282b7c0ec828c4b60830a3c405ff9e8.html
index 99b822472..ce015642d 100644
--- a/docs/doxygen/html/dir_6282b7c0ec828c4b60830a3c405ff9e8.html
+++ b/docs/doxygen/html/dir_6282b7c0ec828c4b60830a3c405ff9e8.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_812c63cdb45b3d369433603c764d8ca4.html b/docs/doxygen/html/dir_812c63cdb45b3d369433603c764d8ca4.html
index 4d8a6a058..74f24d51e 100644
--- a/docs/doxygen/html/dir_812c63cdb45b3d369433603c764d8ca4.html
+++ b/docs/doxygen/html/dir_812c63cdb45b3d369433603c764d8ca4.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_821f0d92e31f34ac47de77ab611d6024.html b/docs/doxygen/html/dir_821f0d92e31f34ac47de77ab611d6024.html
index 2e4491b51..8124bf305 100644
--- a/docs/doxygen/html/dir_821f0d92e31f34ac47de77ab611d6024.html
+++ b/docs/doxygen/html/dir_821f0d92e31f34ac47de77ab611d6024.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_8e10c5302eb28a2724f15da9a6fa6b15.html b/docs/doxygen/html/dir_8e10c5302eb28a2724f15da9a6fa6b15.html
index d2d28bb2b..a7bd20446 100644
--- a/docs/doxygen/html/dir_8e10c5302eb28a2724f15da9a6fa6b15.html
+++ b/docs/doxygen/html/dir_8e10c5302eb28a2724f15da9a6fa6b15.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_9051d82ec7b39b1c992f5bf2868571ca.html b/docs/doxygen/html/dir_9051d82ec7b39b1c992f5bf2868571ca.html
index ce5f01604..00f48ae5f 100644
--- a/docs/doxygen/html/dir_9051d82ec7b39b1c992f5bf2868571ca.html
+++ b/docs/doxygen/html/dir_9051d82ec7b39b1c992f5bf2868571ca.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_953ac13dcbfb3e70ef6edb1a0956b929.html b/docs/doxygen/html/dir_953ac13dcbfb3e70ef6edb1a0956b929.html
index c04bde307..fe11b8b2d 100644
--- a/docs/doxygen/html/dir_953ac13dcbfb3e70ef6edb1a0956b929.html
+++ b/docs/doxygen/html/dir_953ac13dcbfb3e70ef6edb1a0956b929.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_a0b3eef1c4a290b815c33ad6e7027cf3.html b/docs/doxygen/html/dir_a0b3eef1c4a290b815c33ad6e7027cf3.html
index 81876b77e..7a186209f 100644
--- a/docs/doxygen/html/dir_a0b3eef1c4a290b815c33ad6e7027cf3.html
+++ b/docs/doxygen/html/dir_a0b3eef1c4a290b815c33ad6e7027cf3.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_ad9a75b0e29f8223a99c87bd9504b7c3.html b/docs/doxygen/html/dir_ad9a75b0e29f8223a99c87bd9504b7c3.html
index 638534eba..484b94a2e 100644
--- a/docs/doxygen/html/dir_ad9a75b0e29f8223a99c87bd9504b7c3.html
+++ b/docs/doxygen/html/dir_ad9a75b0e29f8223a99c87bd9504b7c3.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_b095eef7754acf39fdbf777c56c024ce.html b/docs/doxygen/html/dir_b095eef7754acf39fdbf777c56c024ce.html
index bf6e7308b..ce2cd83c8 100644
--- a/docs/doxygen/html/dir_b095eef7754acf39fdbf777c56c024ce.html
+++ b/docs/doxygen/html/dir_b095eef7754acf39fdbf777c56c024ce.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_b6a8313716ea291fbd26120862b344bc.html b/docs/doxygen/html/dir_b6a8313716ea291fbd26120862b344bc.html
index 238f4574a..26da84a18 100644
--- a/docs/doxygen/html/dir_b6a8313716ea291fbd26120862b344bc.html
+++ b/docs/doxygen/html/dir_b6a8313716ea291fbd26120862b344bc.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_cac3062759fc9841f0966ab05282555a.html b/docs/doxygen/html/dir_cac3062759fc9841f0966ab05282555a.html
index b3d652cd8..ec10f5c8c 100644
--- a/docs/doxygen/html/dir_cac3062759fc9841f0966ab05282555a.html
+++ b/docs/doxygen/html/dir_cac3062759fc9841f0966ab05282555a.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_ccac4f9986402d0375bdb0274c573e10.html b/docs/doxygen/html/dir_ccac4f9986402d0375bdb0274c573e10.html
index 1a70f888d..d796db1c4 100644
--- a/docs/doxygen/html/dir_ccac4f9986402d0375bdb0274c573e10.html
+++ b/docs/doxygen/html/dir_ccac4f9986402d0375bdb0274c573e10.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_d4391026049f7aede16e9c18d53d30b9.html b/docs/doxygen/html/dir_d4391026049f7aede16e9c18d53d30b9.html
index 0d4f2cfa9..1d30ef986 100644
--- a/docs/doxygen/html/dir_d4391026049f7aede16e9c18d53d30b9.html
+++ b/docs/doxygen/html/dir_d4391026049f7aede16e9c18d53d30b9.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_d44c64559bbebec7f509842c48db8b23.html b/docs/doxygen/html/dir_d44c64559bbebec7f509842c48db8b23.html
index cbc0a72e1..be495a61c 100644
--- a/docs/doxygen/html/dir_d44c64559bbebec7f509842c48db8b23.html
+++ b/docs/doxygen/html/dir_d44c64559bbebec7f509842c48db8b23.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_d784f51d362276329e5940df711baf3d.html b/docs/doxygen/html/dir_d784f51d362276329e5940df711baf3d.html
index efe3d9f07..40cb9e3ad 100644
--- a/docs/doxygen/html/dir_d784f51d362276329e5940df711baf3d.html
+++ b/docs/doxygen/html/dir_d784f51d362276329e5940df711baf3d.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -129,6 +129,10 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
| | det.hpp | | | eig.hpp | | | eigvals.hpp | | | gaussNewtonNlls.hpp | | | hat.hpp | | | svd.hpp | | | svdvals.hpp | | ![]()
|
diff --git a/docs/doxygen/html/dir_f27b6096a19b08ebde950a57474879cd.html b/docs/doxygen/html/dir_f27b6096a19b08ebde950a57474879cd.html
index c0af0ab01..451df0830 100644
--- a/docs/doxygen/html/dir_f27b6096a19b08ebde950a57474879cd.html
+++ b/docs/doxygen/html/dir_f27b6096a19b08ebde950a57474879cd.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_f7abd548f101bada8968797392787ec9.html b/docs/doxygen/html/dir_f7abd548f101bada8968797392787ec9.html
index a1522bb9f..e1799cc8d 100644
--- a/docs/doxygen/html/dir_f7abd548f101bada8968797392787ec9.html
+++ b/docs/doxygen/html/dir_f7abd548f101bada8968797392787ec9.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_f80dee9f889b1b78f4bee16631eb7d22.html b/docs/doxygen/html/dir_f80dee9f889b1b78f4bee16631eb7d22.html
index 3ba2e8c15..bc2f0de4c 100644
--- a/docs/doxygen/html/dir_f80dee9f889b1b78f4bee16631eb7d22.html
+++ b/docs/doxygen/html/dir_f80dee9f889b1b78f4bee16631eb7d22.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_f90046d65afb3a2155c6821b6375e74f.html b/docs/doxygen/html/dir_f90046d65afb3a2155c6821b6375e74f.html
index e1aebfaa2..2dc577757 100644
--- a/docs/doxygen/html/dir_f90046d65afb3a2155c6821b6375e74f.html
+++ b/docs/doxygen/html/dir_f90046d65afb3a2155c6821b6375e74f.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_fd15cf3044ef18c575a802718b3c6ac6.html b/docs/doxygen/html/dir_fd15cf3044ef18c575a802718b3c6ac6.html
index 6cf89fb64..a7d62f3da 100644
--- a/docs/doxygen/html/dir_fd15cf3044ef18c575a802718b3c6ac6.html
+++ b/docs/doxygen/html/dir_fd15cf3044ef18c575a802718b3c6ac6.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dir_fda794c261a16a342ab8761046b335b7.html b/docs/doxygen/html/dir_fda794c261a16a342ab8761046b335b7.html
index a07448fba..5f965a45d 100644
--- a/docs/doxygen/html/dir_fda794c261a16a342ab8761046b335b7.html
+++ b/docs/doxygen/html/dir_fda794c261a16a342ab8761046b335b7.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/discrete_8hpp.html b/docs/doxygen/html/discrete_8hpp.html
index e9e16c402..ee326f49e 100644
--- a/docs/doxygen/html/discrete_8hpp.html
+++ b/docs/doxygen/html/discrete_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/discrete_8hpp_source.html b/docs/doxygen/html/discrete_8hpp_source.html
index 5f38c5f5d..6d474467c 100644
--- a/docs/doxygen/html/discrete_8hpp_source.html
+++ b/docs/doxygen/html/discrete_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/divide_8hpp.html b/docs/doxygen/html/divide_8hpp.html
index 00fa441ca..e5ac291b9 100644
--- a/docs/doxygen/html/divide_8hpp.html
+++ b/docs/doxygen/html/divide_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/divide_8hpp_source.html b/docs/doxygen/html/divide_8hpp_source.html
index c3ce5484a..35497e71f 100644
--- a/docs/doxygen/html/divide_8hpp_source.html
+++ b/docs/doxygen/html/divide_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/divmod_8hpp.html b/docs/doxygen/html/divmod_8hpp.html
index 4ae544a54..d6d8740b5 100644
--- a/docs/doxygen/html/divmod_8hpp.html
+++ b/docs/doxygen/html/divmod_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/divmod_8hpp_source.html b/docs/doxygen/html/divmod_8hpp_source.html
index 0e4a0abc4..b98d392b9 100644
--- a/docs/doxygen/html/divmod_8hpp_source.html
+++ b/docs/doxygen/html/divmod_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dot_8hpp.html b/docs/doxygen/html/dot_8hpp.html
index 49cf369e1..120ffdbc3 100644
--- a/docs/doxygen/html/dot_8hpp.html
+++ b/docs/doxygen/html/dot_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dot_8hpp_source.html b/docs/doxygen/html/dot_8hpp_source.html
index fe94894e4..a7bf5ae80 100644
--- a/docs/doxygen/html/dot_8hpp_source.html
+++ b/docs/doxygen/html/dot_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dump_8hpp.html b/docs/doxygen/html/dump_8hpp.html
index 04648d59e..e7efde0bd 100644
--- a/docs/doxygen/html/dump_8hpp.html
+++ b/docs/doxygen/html/dump_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/dump_8hpp_source.html b/docs/doxygen/html/dump_8hpp_source.html
index 8fcde38d4..65ab8199b 100644
--- a/docs/doxygen/html/dump_8hpp_source.html
+++ b/docs/doxygen/html/dump_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/eig_8hpp.html b/docs/doxygen/html/eig_8hpp.html
new file mode 100644
index 000000000..f98f0d791
--- /dev/null
+++ b/docs/doxygen/html/eig_8hpp.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+
+ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/doxygen/html/eig_8hpp.js b/docs/doxygen/html/eig_8hpp.js
new file mode 100644
index 000000000..62e8a88a8
--- /dev/null
+++ b/docs/doxygen/html/eig_8hpp.js
@@ -0,0 +1,4 @@
+var eig_8hpp =
+[
+ [ "eig", "eig_8hpp.html#a1b037ada059b1292a794e6ffb1823a05", null ]
+];
\ No newline at end of file
diff --git a/docs/doxygen/html/eig_8hpp_source.html b/docs/doxygen/html/eig_8hpp_source.html
new file mode 100644
index 000000000..5de56e516
--- /dev/null
+++ b/docs/doxygen/html/eig_8hpp_source.html
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Loading...
+Searching...
+No Matches
+
+
+
+Namespaces |
+Functions
+ eig.hpp File Reference
+
+#include <utility>+ #include "NumCpp/Core/Internal/StaticAsserts.hpp"+ #include "NumCpp/Functions/eye.hpp"+ #include "NumCpp/NdArray.hpp"+ #include "NumCpp/Utils/sqr.hpp"+ Go to the source code of this file. +
Detailed Description+
+ License Copyright 2018-2026 David Pilger +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions : +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Description linear least squares +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/doxygen/html/eigvals_8hpp.html b/docs/doxygen/html/eigvals_8hpp.html
new file mode 100644
index 000000000..7a3edbc16
--- /dev/null
+++ b/docs/doxygen/html/eigvals_8hpp.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Loading...
+Searching...
+No Matches
+
+
+eig.hpp
+Go to the documentation of this file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 53 std::pair<NdArray<double>, NdArray<double>> eig(const NdArray<dtype>& inA, double inTolerance = 1e-12)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Holds 1D and 2D arrays, the main work horse of the NumCpp library. Definition NdArrayCore.hpp:139 Definition cholesky.hpp:41 std::pair< NdArray< double >, NdArray< double > > eig(const NdArray< dtype > &inA, double inTolerance=1e-12) Definition eig.hpp:53 NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1) Definition arange.hpp:59
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/doxygen/html/eigvals_8hpp.js b/docs/doxygen/html/eigvals_8hpp.js
new file mode 100644
index 000000000..2bf404f8e
--- /dev/null
+++ b/docs/doxygen/html/eigvals_8hpp.js
@@ -0,0 +1,4 @@
+var eigvals_8hpp =
+[
+ [ "eigvals", "eigvals_8hpp.html#a2853cd2015993be7a86f9ba823601ca6", null ]
+];
\ No newline at end of file
diff --git a/docs/doxygen/html/eigvals_8hpp_source.html b/docs/doxygen/html/eigvals_8hpp_source.html
new file mode 100644
index 000000000..49a58da50
--- /dev/null
+++ b/docs/doxygen/html/eigvals_8hpp_source.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Loading...
+Searching...
+No Matches
+
+
+
+Namespaces |
+Functions
+ eigvals.hpp File Reference
+
+#include "NumCpp/Core/Internal/StaticAsserts.hpp"+ #include "NumCpp/Linalg/eig.hpp"+ #include "NumCpp/NdArray.hpp"+ Go to the source code of this file. +
Detailed Description+
+ License Copyright 2018-2026 David Pilger +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions : +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Description linear least squares +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/doxygen/html/ellint__1_8hpp.html b/docs/doxygen/html/ellint__1_8hpp.html
index 36cc39c9d..f1bab6f3b 100644
--- a/docs/doxygen/html/ellint__1_8hpp.html
+++ b/docs/doxygen/html/ellint__1_8hpp.html
@@ -50,7 +50,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+Loading...
+Searching...
+No Matches
+
+
+eigvals.hpp
+Go to the documentation of this file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Holds 1D and 2D arrays, the main work horse of the NumCpp library. Definition NdArrayCore.hpp:139 Definition cholesky.hpp:41 std::pair< NdArray< double >, NdArray< double > > eig(const NdArray< dtype > &inA, double inTolerance=1e-12) Definition eig.hpp:53 NdArray< double > eigvals(const NdArray< dtype > &inA, double inTolerance=1e-12) Definition eigvals.hpp:50 NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1) Definition arange.hpp:59 ![]()
|
diff --git a/docs/doxygen/html/ellint__1_8hpp_source.html b/docs/doxygen/html/ellint__1_8hpp_source.html
index 987d37e6c..247c01e55 100644
--- a/docs/doxygen/html/ellint__1_8hpp_source.html
+++ b/docs/doxygen/html/ellint__1_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ellint__2_8hpp.html b/docs/doxygen/html/ellint__2_8hpp.html
index 0d53d0fd9..fe4cb86e1 100644
--- a/docs/doxygen/html/ellint__2_8hpp.html
+++ b/docs/doxygen/html/ellint__2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ellint__2_8hpp_source.html b/docs/doxygen/html/ellint__2_8hpp_source.html
index ec38ef894..00066c8e8 100644
--- a/docs/doxygen/html/ellint__2_8hpp_source.html
+++ b/docs/doxygen/html/ellint__2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ellint__3_8hpp.html b/docs/doxygen/html/ellint__3_8hpp.html
index 6f4f461bf..ca719e3e7 100644
--- a/docs/doxygen/html/ellint__3_8hpp.html
+++ b/docs/doxygen/html/ellint__3_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ellint__3_8hpp_source.html b/docs/doxygen/html/ellint__3_8hpp_source.html
index 0b896df7f..3a0dd5120 100644
--- a/docs/doxygen/html/ellint__3_8hpp_source.html
+++ b/docs/doxygen/html/ellint__3_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/empty_8hpp.html b/docs/doxygen/html/empty_8hpp.html
index b270bbd6b..cfb456679 100644
--- a/docs/doxygen/html/empty_8hpp.html
+++ b/docs/doxygen/html/empty_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/empty_8hpp_source.html b/docs/doxygen/html/empty_8hpp_source.html
index 72e078da3..f318820ba 100644
--- a/docs/doxygen/html/empty_8hpp_source.html
+++ b/docs/doxygen/html/empty_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/empty__like_8hpp.html b/docs/doxygen/html/empty__like_8hpp.html
index f721f9442..825c27393 100644
--- a/docs/doxygen/html/empty__like_8hpp.html
+++ b/docs/doxygen/html/empty__like_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/empty__like_8hpp_source.html b/docs/doxygen/html/empty__like_8hpp_source.html
index 36919ad85..58f854ca1 100644
--- a/docs/doxygen/html/empty__like_8hpp_source.html
+++ b/docs/doxygen/html/empty__like_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/endianess_8hpp.html b/docs/doxygen/html/endianess_8hpp.html
index a85df51b3..65fabbc1e 100644
--- a/docs/doxygen/html/endianess_8hpp.html
+++ b/docs/doxygen/html/endianess_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/endianess_8hpp_source.html b/docs/doxygen/html/endianess_8hpp_source.html
index a9c678bc6..4d745cc17 100644
--- a/docs/doxygen/html/endianess_8hpp_source.html
+++ b/docs/doxygen/html/endianess_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/equal_8hpp.html b/docs/doxygen/html/equal_8hpp.html
index aa06b1f5b..47b99d681 100644
--- a/docs/doxygen/html/equal_8hpp.html
+++ b/docs/doxygen/html/equal_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/equal_8hpp_source.html b/docs/doxygen/html/equal_8hpp_source.html
index abbac65ed..802fb3a9d 100644
--- a/docs/doxygen/html/equal_8hpp_source.html
+++ b/docs/doxygen/html/equal_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/erf_8hpp.html b/docs/doxygen/html/erf_8hpp.html
index e6eb2224c..9edde358e 100644
--- a/docs/doxygen/html/erf_8hpp.html
+++ b/docs/doxygen/html/erf_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/erf_8hpp_source.html b/docs/doxygen/html/erf_8hpp_source.html
index cdf613238..d1de14b9e 100644
--- a/docs/doxygen/html/erf_8hpp_source.html
+++ b/docs/doxygen/html/erf_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/erf__inv_8hpp.html b/docs/doxygen/html/erf__inv_8hpp.html
index ca222ba38..a878b57ea 100644
--- a/docs/doxygen/html/erf__inv_8hpp.html
+++ b/docs/doxygen/html/erf__inv_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/erf__inv_8hpp_source.html b/docs/doxygen/html/erf__inv_8hpp_source.html
index 97dcf871b..3d966b408 100644
--- a/docs/doxygen/html/erf__inv_8hpp_source.html
+++ b/docs/doxygen/html/erf__inv_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/erfc_8hpp.html b/docs/doxygen/html/erfc_8hpp.html
index a0c917837..5526a659a 100644
--- a/docs/doxygen/html/erfc_8hpp.html
+++ b/docs/doxygen/html/erfc_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/erfc_8hpp_source.html b/docs/doxygen/html/erfc_8hpp_source.html
index d8e8907af..6dd8b094b 100644
--- a/docs/doxygen/html/erfc_8hpp_source.html
+++ b/docs/doxygen/html/erfc_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/erfc__inv_8hpp.html b/docs/doxygen/html/erfc__inv_8hpp.html
index 2dbe16883..e0cdeb779 100644
--- a/docs/doxygen/html/erfc__inv_8hpp.html
+++ b/docs/doxygen/html/erfc__inv_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/erfc__inv_8hpp_source.html b/docs/doxygen/html/erfc__inv_8hpp_source.html
index 82119ac53..713dda8a8 100644
--- a/docs/doxygen/html/erfc__inv_8hpp_source.html
+++ b/docs/doxygen/html/erfc__inv_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/essentially_equal_8hpp.html b/docs/doxygen/html/essentially_equal_8hpp.html
index 1ef1f8900..d0519da3b 100644
--- a/docs/doxygen/html/essentially_equal_8hpp.html
+++ b/docs/doxygen/html/essentially_equal_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/essentially_equal_8hpp_source.html b/docs/doxygen/html/essentially_equal_8hpp_source.html
index 7f0e680f0..378f4ff5b 100644
--- a/docs/doxygen/html/essentially_equal_8hpp_source.html
+++ b/docs/doxygen/html/essentially_equal_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/essentially_equal_complex_8hpp.html b/docs/doxygen/html/essentially_equal_complex_8hpp.html
index 0d7401ffc..a696915e1 100644
--- a/docs/doxygen/html/essentially_equal_complex_8hpp.html
+++ b/docs/doxygen/html/essentially_equal_complex_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/essentially_equal_complex_8hpp_source.html b/docs/doxygen/html/essentially_equal_complex_8hpp_source.html
index 11a105e7f..92f53d31d 100644
--- a/docs/doxygen/html/essentially_equal_complex_8hpp_source.html
+++ b/docs/doxygen/html/essentially_equal_complex_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/examples.html b/docs/doxygen/html/examples.html
index 565a612f0..844780820 100644
--- a/docs/doxygen/html/examples.html
+++ b/docs/doxygen/html/examples.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/exp2_8hpp.html b/docs/doxygen/html/exp2_8hpp.html
index 4d765dca8..e1cd4844f 100644
--- a/docs/doxygen/html/exp2_8hpp.html
+++ b/docs/doxygen/html/exp2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/exp2_8hpp_source.html b/docs/doxygen/html/exp2_8hpp_source.html
index e00d8b24d..0c44912f7 100644
--- a/docs/doxygen/html/exp2_8hpp_source.html
+++ b/docs/doxygen/html/exp2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/exp_8hpp.html b/docs/doxygen/html/exp_8hpp.html
index be3e4d7e4..61e932c76 100644
--- a/docs/doxygen/html/exp_8hpp.html
+++ b/docs/doxygen/html/exp_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/exp_8hpp_source.html b/docs/doxygen/html/exp_8hpp_source.html
index 05b72776b..0d0f48914 100644
--- a/docs/doxygen/html/exp_8hpp_source.html
+++ b/docs/doxygen/html/exp_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/expint_8hpp.html b/docs/doxygen/html/expint_8hpp.html
index 7b1300c72..e071bbcd0 100644
--- a/docs/doxygen/html/expint_8hpp.html
+++ b/docs/doxygen/html/expint_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/expint_8hpp_source.html b/docs/doxygen/html/expint_8hpp_source.html
index 712ff9655..1a84965d2 100644
--- a/docs/doxygen/html/expint_8hpp_source.html
+++ b/docs/doxygen/html/expint_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/expm1_8hpp.html b/docs/doxygen/html/expm1_8hpp.html
index d2602a629..f9f808acf 100644
--- a/docs/doxygen/html/expm1_8hpp.html
+++ b/docs/doxygen/html/expm1_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/expm1_8hpp_source.html b/docs/doxygen/html/expm1_8hpp_source.html
index 396ca35f6..75257e355 100644
--- a/docs/doxygen/html/expm1_8hpp_source.html
+++ b/docs/doxygen/html/expm1_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/exponential_8hpp.html b/docs/doxygen/html/exponential_8hpp.html
index 8d9361617..8b725b33f 100644
--- a/docs/doxygen/html/exponential_8hpp.html
+++ b/docs/doxygen/html/exponential_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/exponential_8hpp_source.html b/docs/doxygen/html/exponential_8hpp_source.html
index abb204aa8..f1800319c 100644
--- a/docs/doxygen/html/exponential_8hpp_source.html
+++ b/docs/doxygen/html/exponential_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/extract_8hpp.html b/docs/doxygen/html/extract_8hpp.html
index ce98ba233..2032de71b 100644
--- a/docs/doxygen/html/extract_8hpp.html
+++ b/docs/doxygen/html/extract_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/extract_8hpp_source.html b/docs/doxygen/html/extract_8hpp_source.html
index b455eac61..9d399c59e 100644
--- a/docs/doxygen/html/extract_8hpp_source.html
+++ b/docs/doxygen/html/extract_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/extreme_value_8hpp.html b/docs/doxygen/html/extreme_value_8hpp.html
index 4515f2ce1..746e975bc 100644
--- a/docs/doxygen/html/extreme_value_8hpp.html
+++ b/docs/doxygen/html/extreme_value_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/extreme_value_8hpp_source.html b/docs/doxygen/html/extreme_value_8hpp_source.html
index 51478c257..25a6d4015 100644
--- a/docs/doxygen/html/extreme_value_8hpp_source.html
+++ b/docs/doxygen/html/extreme_value_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/eye_8hpp.html b/docs/doxygen/html/eye_8hpp.html
index f2279a8ba..b2eaec67d 100644
--- a/docs/doxygen/html/eye_8hpp.html
+++ b/docs/doxygen/html/eye_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/eye_8hpp_source.html b/docs/doxygen/html/eye_8hpp_source.html
index 63fa58cfe..76141d1ec 100644
--- a/docs/doxygen/html/eye_8hpp_source.html
+++ b/docs/doxygen/html/eye_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/f_8hpp.html b/docs/doxygen/html/f_8hpp.html
index 48f61454a..3dfabd74f 100644
--- a/docs/doxygen/html/f_8hpp.html
+++ b/docs/doxygen/html/f_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/f_8hpp_source.html b/docs/doxygen/html/f_8hpp_source.html
index ebe86135d..af9edc780 100644
--- a/docs/doxygen/html/f_8hpp_source.html
+++ b/docs/doxygen/html/f_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/factorial_8hpp.html b/docs/doxygen/html/factorial_8hpp.html
index 1d88eb1f1..07b3a56cf 100644
--- a/docs/doxygen/html/factorial_8hpp.html
+++ b/docs/doxygen/html/factorial_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/factorial_8hpp_source.html b/docs/doxygen/html/factorial_8hpp_source.html
index 44104393e..2546cb434 100644
--- a/docs/doxygen/html/factorial_8hpp_source.html
+++ b/docs/doxygen/html/factorial_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fft2_8hpp.html b/docs/doxygen/html/fft2_8hpp.html
index 336a5a044..df6346fe3 100644
--- a/docs/doxygen/html/fft2_8hpp.html
+++ b/docs/doxygen/html/fft2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fft2_8hpp_source.html b/docs/doxygen/html/fft2_8hpp_source.html
index 89ba71e08..d49533cdb 100644
--- a/docs/doxygen/html/fft2_8hpp_source.html
+++ b/docs/doxygen/html/fft2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fftfreq_8hpp.html b/docs/doxygen/html/fftfreq_8hpp.html
index fc10e7fe2..e2469473a 100644
--- a/docs/doxygen/html/fftfreq_8hpp.html
+++ b/docs/doxygen/html/fftfreq_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fftfreq_8hpp_source.html b/docs/doxygen/html/fftfreq_8hpp_source.html
index d78d44911..b41f5aedc 100644
--- a/docs/doxygen/html/fftfreq_8hpp_source.html
+++ b/docs/doxygen/html/fftfreq_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fftshift_8hpp.html b/docs/doxygen/html/fftshift_8hpp.html
index 0a5d22cb5..fbb261435 100644
--- a/docs/doxygen/html/fftshift_8hpp.html
+++ b/docs/doxygen/html/fftshift_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fftshift_8hpp_source.html b/docs/doxygen/html/fftshift_8hpp_source.html
index f175fad23..7694aa525 100644
--- a/docs/doxygen/html/fftshift_8hpp_source.html
+++ b/docs/doxygen/html/fftshift_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/files.html b/docs/doxygen/html/files.html
index 0d5724f67..acef02365 100644
--- a/docs/doxygen/html/files.html
+++ b/docs/doxygen/html/files.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -533,20 +533,23 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
► Linalg | ► Logging | ![]()
|
diff --git a/docs/doxygen/html/fill_corners_8hpp_source.html b/docs/doxygen/html/fill_corners_8hpp_source.html
index db1a9e06a..35fe563cd 100644
--- a/docs/doxygen/html/fill_corners_8hpp_source.html
+++ b/docs/doxygen/html/fill_corners_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fill_diagnol_8hpp.html b/docs/doxygen/html/fill_diagnol_8hpp.html
index 926597d5e..a99759b37 100644
--- a/docs/doxygen/html/fill_diagnol_8hpp.html
+++ b/docs/doxygen/html/fill_diagnol_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fill_diagnol_8hpp_source.html b/docs/doxygen/html/fill_diagnol_8hpp_source.html
index 6170abc50..d9388838d 100644
--- a/docs/doxygen/html/fill_diagnol_8hpp_source.html
+++ b/docs/doxygen/html/fill_diagnol_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/find_8hpp.html b/docs/doxygen/html/find_8hpp.html
index cb3fe40b7..8d38e356c 100644
--- a/docs/doxygen/html/find_8hpp.html
+++ b/docs/doxygen/html/find_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/find_8hpp_source.html b/docs/doxygen/html/find_8hpp_source.html
index 931ecb4ae..32eaedf27 100644
--- a/docs/doxygen/html/find_8hpp_source.html
+++ b/docs/doxygen/html/find_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/find__duplicates_8hpp.html b/docs/doxygen/html/find__duplicates_8hpp.html
index be6ba1bb6..36cc8e200 100644
--- a/docs/doxygen/html/find__duplicates_8hpp.html
+++ b/docs/doxygen/html/find__duplicates_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/find__duplicates_8hpp_source.html b/docs/doxygen/html/find__duplicates_8hpp_source.html
index 470af5bba..e43e96c75 100644
--- a/docs/doxygen/html/find__duplicates_8hpp_source.html
+++ b/docs/doxygen/html/find__duplicates_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fix_8hpp.html b/docs/doxygen/html/fix_8hpp.html
index beca6ef8f..1ace4d3d6 100644
--- a/docs/doxygen/html/fix_8hpp.html
+++ b/docs/doxygen/html/fix_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fix_8hpp_source.html b/docs/doxygen/html/fix_8hpp_source.html
index aabacdf47..6ad7f310d 100644
--- a/docs/doxygen/html/fix_8hpp_source.html
+++ b/docs/doxygen/html/fix_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/flatnonzero_8hpp.html b/docs/doxygen/html/flatnonzero_8hpp.html
index c4b09a433..c0c3d82a4 100644
--- a/docs/doxygen/html/flatnonzero_8hpp.html
+++ b/docs/doxygen/html/flatnonzero_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/flatnonzero_8hpp_source.html b/docs/doxygen/html/flatnonzero_8hpp_source.html
index c5b780eb3..624b32008 100644
--- a/docs/doxygen/html/flatnonzero_8hpp_source.html
+++ b/docs/doxygen/html/flatnonzero_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/flatten_8hpp.html b/docs/doxygen/html/flatten_8hpp.html
index a434774a5..4efb472da 100644
--- a/docs/doxygen/html/flatten_8hpp.html
+++ b/docs/doxygen/html/flatten_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/flatten_8hpp_source.html b/docs/doxygen/html/flatten_8hpp_source.html
index e927a1c85..1fca90bc1 100644
--- a/docs/doxygen/html/flatten_8hpp_source.html
+++ b/docs/doxygen/html/flatten_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/flip_8hpp.html b/docs/doxygen/html/flip_8hpp.html
index 9390f0900..ef21e9e20 100644
--- a/docs/doxygen/html/flip_8hpp.html
+++ b/docs/doxygen/html/flip_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/flip_8hpp_source.html b/docs/doxygen/html/flip_8hpp_source.html
index 93705914c..b2c9d1303 100644
--- a/docs/doxygen/html/flip_8hpp_source.html
+++ b/docs/doxygen/html/flip_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fliplr_8hpp.html b/docs/doxygen/html/fliplr_8hpp.html
index 3babdf35d..0ad397e0d 100644
--- a/docs/doxygen/html/fliplr_8hpp.html
+++ b/docs/doxygen/html/fliplr_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fliplr_8hpp_source.html b/docs/doxygen/html/fliplr_8hpp_source.html
index afd6ec2a7..790cbe4eb 100644
--- a/docs/doxygen/html/fliplr_8hpp_source.html
+++ b/docs/doxygen/html/fliplr_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/flipud_8hpp.html b/docs/doxygen/html/flipud_8hpp.html
index 8c75ebb6f..9bf0ace35 100644
--- a/docs/doxygen/html/flipud_8hpp.html
+++ b/docs/doxygen/html/flipud_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/flipud_8hpp_source.html b/docs/doxygen/html/flipud_8hpp_source.html
index ea48c52ec..7e001d9d7 100644
--- a/docs/doxygen/html/flipud_8hpp_source.html
+++ b/docs/doxygen/html/flipud_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/floor_8hpp.html b/docs/doxygen/html/floor_8hpp.html
index b1b9c74f4..2488db6be 100644
--- a/docs/doxygen/html/floor_8hpp.html
+++ b/docs/doxygen/html/floor_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/floor_8hpp_source.html b/docs/doxygen/html/floor_8hpp_source.html
index 5328ebfa9..b5706a322 100644
--- a/docs/doxygen/html/floor_8hpp_source.html
+++ b/docs/doxygen/html/floor_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/floor__divide_8hpp.html b/docs/doxygen/html/floor__divide_8hpp.html
index aeb6e82f8..64df53195 100644
--- a/docs/doxygen/html/floor__divide_8hpp.html
+++ b/docs/doxygen/html/floor__divide_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/floor__divide_8hpp_source.html b/docs/doxygen/html/floor__divide_8hpp_source.html
index 497d80001..4aa1c0ced 100644
--- a/docs/doxygen/html/floor__divide_8hpp_source.html
+++ b/docs/doxygen/html/floor__divide_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fmax_8hpp.html b/docs/doxygen/html/fmax_8hpp.html
index 6189bedd0..4c7f9ad88 100644
--- a/docs/doxygen/html/fmax_8hpp.html
+++ b/docs/doxygen/html/fmax_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fmax_8hpp_source.html b/docs/doxygen/html/fmax_8hpp_source.html
index b99446f83..093015670 100644
--- a/docs/doxygen/html/fmax_8hpp_source.html
+++ b/docs/doxygen/html/fmax_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fmin_8hpp.html b/docs/doxygen/html/fmin_8hpp.html
index 45f7b3c5d..ac5173ca7 100644
--- a/docs/doxygen/html/fmin_8hpp.html
+++ b/docs/doxygen/html/fmin_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fmin_8hpp_source.html b/docs/doxygen/html/fmin_8hpp_source.html
index ce2f6627b..74d4b04a6 100644
--- a/docs/doxygen/html/fmin_8hpp_source.html
+++ b/docs/doxygen/html/fmin_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fmod_8hpp.html b/docs/doxygen/html/fmod_8hpp.html
index 8421414bf..e08a70565 100644
--- a/docs/doxygen/html/fmod_8hpp.html
+++ b/docs/doxygen/html/fmod_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fmod_8hpp_source.html b/docs/doxygen/html/fmod_8hpp_source.html
index 9a23679c6..2a4715717 100644
--- a/docs/doxygen/html/fmod_8hpp_source.html
+++ b/docs/doxygen/html/fmod_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/frombuffer_8hpp.html b/docs/doxygen/html/frombuffer_8hpp.html
index c24c80042..3a382cd5c 100644
--- a/docs/doxygen/html/frombuffer_8hpp.html
+++ b/docs/doxygen/html/frombuffer_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/frombuffer_8hpp_source.html b/docs/doxygen/html/frombuffer_8hpp_source.html
index 42b30ba5e..06bc19d48 100644
--- a/docs/doxygen/html/frombuffer_8hpp_source.html
+++ b/docs/doxygen/html/frombuffer_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fromfile_8hpp.html b/docs/doxygen/html/fromfile_8hpp.html
index 11d2e894a..b35bca658 100644
--- a/docs/doxygen/html/fromfile_8hpp.html
+++ b/docs/doxygen/html/fromfile_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fromfile_8hpp_source.html b/docs/doxygen/html/fromfile_8hpp_source.html
index d8a0c5b7d..8ea909fa8 100644
--- a/docs/doxygen/html/fromfile_8hpp_source.html
+++ b/docs/doxygen/html/fromfile_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fromfunction_8hpp.html b/docs/doxygen/html/fromfunction_8hpp.html
index 96ef9d629..12a9421b4 100644
--- a/docs/doxygen/html/fromfunction_8hpp.html
+++ b/docs/doxygen/html/fromfunction_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fromfunction_8hpp_source.html b/docs/doxygen/html/fromfunction_8hpp_source.html
index 719fb4f12..d4e6102c8 100644
--- a/docs/doxygen/html/fromfunction_8hpp_source.html
+++ b/docs/doxygen/html/fromfunction_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fromiter_8hpp.html b/docs/doxygen/html/fromiter_8hpp.html
index 3376c2fcc..68071dfd6 100644
--- a/docs/doxygen/html/fromiter_8hpp.html
+++ b/docs/doxygen/html/fromiter_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fromiter_8hpp_source.html b/docs/doxygen/html/fromiter_8hpp_source.html
index 5af08228b..fed384b67 100644
--- a/docs/doxygen/html/fromiter_8hpp_source.html
+++ b/docs/doxygen/html/fromiter_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fromstring_8hpp.html b/docs/doxygen/html/fromstring_8hpp.html
index 11ff750c0..8173d3113 100644
--- a/docs/doxygen/html/fromstring_8hpp.html
+++ b/docs/doxygen/html/fromstring_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/fromstring_8hpp_source.html b/docs/doxygen/html/fromstring_8hpp_source.html
index ef42047d3..6778ed80c 100644
--- a/docs/doxygen/html/fromstring_8hpp_source.html
+++ b/docs/doxygen/html/fromstring_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/full_8hpp.html b/docs/doxygen/html/full_8hpp.html
index 7bc6da6f9..6a4a17446 100644
--- a/docs/doxygen/html/full_8hpp.html
+++ b/docs/doxygen/html/full_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/full_8hpp_source.html b/docs/doxygen/html/full_8hpp_source.html
index ae6397284..dbd5bb8f4 100644
--- a/docs/doxygen/html/full_8hpp_source.html
+++ b/docs/doxygen/html/full_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/full__like_8hpp.html b/docs/doxygen/html/full__like_8hpp.html
index aca4b6669..47857e10a 100644
--- a/docs/doxygen/html/full__like_8hpp.html
+++ b/docs/doxygen/html/full__like_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/full__like_8hpp_source.html b/docs/doxygen/html/full__like_8hpp_source.html
index a4e459446..7a7ddc891 100644
--- a/docs/doxygen/html/full__like_8hpp_source.html
+++ b/docs/doxygen/html/full__like_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions.html b/docs/doxygen/html/functions.html
index 75fe4524b..ceede4910 100644
--- a/docs/doxygen/html/functions.html
+++ b/docs/doxygen/html/functions.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_b.html b/docs/doxygen/html/functions_b.html
index 9dc69570f..0c75ce6a6 100644
--- a/docs/doxygen/html/functions_b.html
+++ b/docs/doxygen/html/functions_b.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_c.html b/docs/doxygen/html/functions_c.html
index 59d9c11f5..ecd45d0c2 100644
--- a/docs/doxygen/html/functions_c.html
+++ b/docs/doxygen/html/functions_c.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_d.html b/docs/doxygen/html/functions_d.html
index 1c0086090..e88578414 100644
--- a/docs/doxygen/html/functions_d.html
+++ b/docs/doxygen/html/functions_d.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_e.html b/docs/doxygen/html/functions_e.html
index f49620258..176069478 100644
--- a/docs/doxygen/html/functions_e.html
+++ b/docs/doxygen/html/functions_e.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_enum.html b/docs/doxygen/html/functions_enum.html
index f1a3a5f7e..6914b1af7 100644
--- a/docs/doxygen/html/functions_enum.html
+++ b/docs/doxygen/html/functions_enum.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_f.html b/docs/doxygen/html/functions_f.html
index fcc64080e..d2d040145 100644
--- a/docs/doxygen/html/functions_f.html
+++ b/docs/doxygen/html/functions_f.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func.html b/docs/doxygen/html/functions_func.html
index c911e2c05..1411f2241 100644
--- a/docs/doxygen/html/functions_func.html
+++ b/docs/doxygen/html/functions_func.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_b.html b/docs/doxygen/html/functions_func_b.html
index cd4f5a616..4e04d936e 100644
--- a/docs/doxygen/html/functions_func_b.html
+++ b/docs/doxygen/html/functions_func_b.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_c.html b/docs/doxygen/html/functions_func_c.html
index fc5ac8157..6cd9f31b6 100644
--- a/docs/doxygen/html/functions_func_c.html
+++ b/docs/doxygen/html/functions_func_c.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_d.html b/docs/doxygen/html/functions_func_d.html
index a320d5bd0..b6dd55691 100644
--- a/docs/doxygen/html/functions_func_d.html
+++ b/docs/doxygen/html/functions_func_d.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_e.html b/docs/doxygen/html/functions_func_e.html
index e1beb652a..1ac40a141 100644
--- a/docs/doxygen/html/functions_func_e.html
+++ b/docs/doxygen/html/functions_func_e.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_f.html b/docs/doxygen/html/functions_func_f.html
index 02f628688..a43da71b4 100644
--- a/docs/doxygen/html/functions_func_f.html
+++ b/docs/doxygen/html/functions_func_f.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_g.html b/docs/doxygen/html/functions_func_g.html
index fa669dc9e..4e97ac68c 100644
--- a/docs/doxygen/html/functions_func_g.html
+++ b/docs/doxygen/html/functions_func_g.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_h.html b/docs/doxygen/html/functions_func_h.html
index ec385a56c..ddd75b6cb 100644
--- a/docs/doxygen/html/functions_func_h.html
+++ b/docs/doxygen/html/functions_func_h.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_i.html b/docs/doxygen/html/functions_func_i.html
index 761a0e622..aedb4c5aa 100644
--- a/docs/doxygen/html/functions_func_i.html
+++ b/docs/doxygen/html/functions_func_i.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_j.html b/docs/doxygen/html/functions_func_j.html
index 9cef1ba67..1573c055d 100644
--- a/docs/doxygen/html/functions_func_j.html
+++ b/docs/doxygen/html/functions_func_j.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_k.html b/docs/doxygen/html/functions_func_k.html
index 6987a9cb2..5050087e3 100644
--- a/docs/doxygen/html/functions_func_k.html
+++ b/docs/doxygen/html/functions_func_k.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_l.html b/docs/doxygen/html/functions_func_l.html
index 2fbe20828..082d50123 100644
--- a/docs/doxygen/html/functions_func_l.html
+++ b/docs/doxygen/html/functions_func_l.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -124,6 +124,7 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- l -
![]()
|
diff --git a/docs/doxygen/html/functions_func_n.html b/docs/doxygen/html/functions_func_n.html
index 826f33478..d94d2265d 100644
--- a/docs/doxygen/html/functions_func_n.html
+++ b/docs/doxygen/html/functions_func_n.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_o.html b/docs/doxygen/html/functions_func_o.html
index c45683ab0..edd947970 100644
--- a/docs/doxygen/html/functions_func_o.html
+++ b/docs/doxygen/html/functions_func_o.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_p.html b/docs/doxygen/html/functions_func_p.html
index 78ac7f3a5..a32b838b9 100644
--- a/docs/doxygen/html/functions_func_p.html
+++ b/docs/doxygen/html/functions_func_p.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -120,6 +120,7 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- p -
- p -![]()
|
diff --git a/docs/doxygen/html/functions_func_r.html b/docs/doxygen/html/functions_func_r.html
index 18a0b637b..019091866 100644
--- a/docs/doxygen/html/functions_func_r.html
+++ b/docs/doxygen/html/functions_func_r.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -118,7 +118,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- r -![]()
|
@@ -117,7 +117,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Here is a list of all functions with links to the structures/unions they belong to:
- s -
- s -![]()
|
diff --git a/docs/doxygen/html/functions_func_u.html b/docs/doxygen/html/functions_func_u.html
index ebab6dfbe..2fbd4ec36 100644
--- a/docs/doxygen/html/functions_func_u.html
+++ b/docs/doxygen/html/functions_func_u.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -117,7 +117,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Here is a list of all functions with links to the structures/unions they belong to:
- u -
![]()
|
@@ -117,7 +117,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Here is a list of all functions with links to the structures/unions they belong to:
- v -
![]()
|
diff --git a/docs/doxygen/html/functions_func_x.html b/docs/doxygen/html/functions_func_x.html
index 485c426b2..e5a6a2eeb 100644
--- a/docs/doxygen/html/functions_func_x.html
+++ b/docs/doxygen/html/functions_func_x.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_y.html b/docs/doxygen/html/functions_func_y.html
index a52b6b37b..8c0899765 100644
--- a/docs/doxygen/html/functions_func_y.html
+++ b/docs/doxygen/html/functions_func_y.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_z.html b/docs/doxygen/html/functions_func_z.html
index dd494d7d2..8e1798c57 100644
--- a/docs/doxygen/html/functions_func_z.html
+++ b/docs/doxygen/html/functions_func_z.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_func_~.html b/docs/doxygen/html/functions_func_~.html
index 693517176..fc6f3ea10 100644
--- a/docs/doxygen/html/functions_func_~.html
+++ b/docs/doxygen/html/functions_func_~.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_g.html b/docs/doxygen/html/functions_g.html
index 217ab1dcf..108cb530e 100644
--- a/docs/doxygen/html/functions_g.html
+++ b/docs/doxygen/html/functions_g.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_h.html b/docs/doxygen/html/functions_h.html
index 5286e9fe1..3f4970577 100644
--- a/docs/doxygen/html/functions_h.html
+++ b/docs/doxygen/html/functions_h.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_i.html b/docs/doxygen/html/functions_i.html
index f3d269efd..8859d4009 100644
--- a/docs/doxygen/html/functions_i.html
+++ b/docs/doxygen/html/functions_i.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_j.html b/docs/doxygen/html/functions_j.html
index eeb508893..be7da0f4f 100644
--- a/docs/doxygen/html/functions_j.html
+++ b/docs/doxygen/html/functions_j.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_k.html b/docs/doxygen/html/functions_k.html
index 2c55f39d3..c13cac328 100644
--- a/docs/doxygen/html/functions_k.html
+++ b/docs/doxygen/html/functions_k.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_l.html b/docs/doxygen/html/functions_l.html
index c0324017d..48c8f2684 100644
--- a/docs/doxygen/html/functions_l.html
+++ b/docs/doxygen/html/functions_l.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -127,6 +127,7 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- l -![]()
|
diff --git a/docs/doxygen/html/functions_n.html b/docs/doxygen/html/functions_n.html
index 83caf56b6..c7f92900b 100644
--- a/docs/doxygen/html/functions_n.html
+++ b/docs/doxygen/html/functions_n.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_o.html b/docs/doxygen/html/functions_o.html
index a4e396ab3..5ab6f807a 100644
--- a/docs/doxygen/html/functions_o.html
+++ b/docs/doxygen/html/functions_o.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_p.html b/docs/doxygen/html/functions_p.html
index 051128cb9..f9dc9f2ce 100644
--- a/docs/doxygen/html/functions_p.html
+++ b/docs/doxygen/html/functions_p.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -121,6 +121,7 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- p -![]()
|
diff --git a/docs/doxygen/html/functions_r.html b/docs/doxygen/html/functions_r.html
index 7288e3556..e4f1bdfe2 100644
--- a/docs/doxygen/html/functions_r.html
+++ b/docs/doxygen/html/functions_r.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -118,7 +118,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- r -![]()
|
diff --git a/docs/doxygen/html/functions_s.html b/docs/doxygen/html/functions_s.html
index 42fd67946..8b33987f1 100644
--- a/docs/doxygen/html/functions_s.html
+++ b/docs/doxygen/html/functions_s.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -117,7 +117,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Here is a list of all struct and union fields with links to the structures/unions they belong to:
- s -
- s -- s -![]()
|
@@ -125,6 +125,7 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- t -![]()
|
diff --git a/docs/doxygen/html/functions_u.html b/docs/doxygen/html/functions_u.html
index 13f19c9bc..c6740bb62 100644
--- a/docs/doxygen/html/functions_u.html
+++ b/docs/doxygen/html/functions_u.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -117,7 +117,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Here is a list of all struct and union fields with links to the structures/unions they belong to:
- u -
![]()
|
@@ -117,7 +117,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Here is a list of all struct and union fields with links to the structures/unions they belong to:
- v -
![]()
|
@@ -196,6 +196,7 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- s -- t -![]()
|
diff --git a/docs/doxygen/html/functions_x.html b/docs/doxygen/html/functions_x.html
index f8bcabff0..441cbcd16 100644
--- a/docs/doxygen/html/functions_x.html
+++ b/docs/doxygen/html/functions_x.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_y.html b/docs/doxygen/html/functions_y.html
index 686d39b51..02bae97a8 100644
--- a/docs/doxygen/html/functions_y.html
+++ b/docs/doxygen/html/functions_y.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_z.html b/docs/doxygen/html/functions_z.html
index ad2c11314..4deeede20 100644
--- a/docs/doxygen/html/functions_z.html
+++ b/docs/doxygen/html/functions_z.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/functions_~.html b/docs/doxygen/html/functions_~.html
index f197b0216..21ee5a376 100644
--- a/docs/doxygen/html/functions_~.html
+++ b/docs/doxygen/html/functions_~.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gamma1pm1_8hpp.html b/docs/doxygen/html/gamma1pm1_8hpp.html
index 5577e8b0e..98003ac77 100644
--- a/docs/doxygen/html/gamma1pm1_8hpp.html
+++ b/docs/doxygen/html/gamma1pm1_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gamma1pm1_8hpp_source.html b/docs/doxygen/html/gamma1pm1_8hpp_source.html
index 777ef7703..9fdc8f6ec 100644
--- a/docs/doxygen/html/gamma1pm1_8hpp_source.html
+++ b/docs/doxygen/html/gamma1pm1_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gauss__legendre_8hpp.html b/docs/doxygen/html/gauss__legendre_8hpp.html
index c48a2d876..b5331c63c 100644
--- a/docs/doxygen/html/gauss__legendre_8hpp.html
+++ b/docs/doxygen/html/gauss__legendre_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gauss__legendre_8hpp_source.html b/docs/doxygen/html/gauss__legendre_8hpp_source.html
index e5b118351..05a1f8a06 100644
--- a/docs/doxygen/html/gauss__legendre_8hpp_source.html
+++ b/docs/doxygen/html/gauss__legendre_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gauss_newton_nlls_8hpp.html b/docs/doxygen/html/gauss_newton_nlls_8hpp.html
index b876802e4..d0ffc6109 100644
--- a/docs/doxygen/html/gauss_newton_nlls_8hpp.html
+++ b/docs/doxygen/html/gauss_newton_nlls_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gauss_newton_nlls_8hpp_source.html b/docs/doxygen/html/gauss_newton_nlls_8hpp_source.html
index 5a2c609c3..8aa39f7cc 100644
--- a/docs/doxygen/html/gauss_newton_nlls_8hpp_source.html
+++ b/docs/doxygen/html/gauss_newton_nlls_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gaussian1d_8hpp.html b/docs/doxygen/html/gaussian1d_8hpp.html
index d00df0e33..99de730bb 100644
--- a/docs/doxygen/html/gaussian1d_8hpp.html
+++ b/docs/doxygen/html/gaussian1d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gaussian1d_8hpp_source.html b/docs/doxygen/html/gaussian1d_8hpp_source.html
index 0431a88af..1cacc5832 100644
--- a/docs/doxygen/html/gaussian1d_8hpp_source.html
+++ b/docs/doxygen/html/gaussian1d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gaussian_8hpp.html b/docs/doxygen/html/gaussian_8hpp.html
index 4e34b0c39..6d90976bd 100644
--- a/docs/doxygen/html/gaussian_8hpp.html
+++ b/docs/doxygen/html/gaussian_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gaussian_8hpp_source.html b/docs/doxygen/html/gaussian_8hpp_source.html
index 3335d5be2..5046f2a85 100644
--- a/docs/doxygen/html/gaussian_8hpp_source.html
+++ b/docs/doxygen/html/gaussian_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gaussian_filter1d_8hpp.html b/docs/doxygen/html/gaussian_filter1d_8hpp.html
index 1d1b75bb1..be5c79a21 100644
--- a/docs/doxygen/html/gaussian_filter1d_8hpp.html
+++ b/docs/doxygen/html/gaussian_filter1d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gaussian_filter1d_8hpp_source.html b/docs/doxygen/html/gaussian_filter1d_8hpp_source.html
index c37a0f0c6..2d732d805 100644
--- a/docs/doxygen/html/gaussian_filter1d_8hpp_source.html
+++ b/docs/doxygen/html/gaussian_filter1d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gaussian_filter_8hpp.html b/docs/doxygen/html/gaussian_filter_8hpp.html
index 4673f8c65..2f5fe27f6 100644
--- a/docs/doxygen/html/gaussian_filter_8hpp.html
+++ b/docs/doxygen/html/gaussian_filter_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gaussian_filter_8hpp_source.html b/docs/doxygen/html/gaussian_filter_8hpp_source.html
index 6e3888816..34158da87 100644
--- a/docs/doxygen/html/gaussian_filter_8hpp_source.html
+++ b/docs/doxygen/html/gaussian_filter_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gcd_8hpp.html b/docs/doxygen/html/gcd_8hpp.html
index 2ca0fc95f..683faa609 100644
--- a/docs/doxygen/html/gcd_8hpp.html
+++ b/docs/doxygen/html/gcd_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gcd_8hpp_source.html b/docs/doxygen/html/gcd_8hpp_source.html
index 2ef154123..8c32b4941 100644
--- a/docs/doxygen/html/gcd_8hpp_source.html
+++ b/docs/doxygen/html/gcd_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/generate_centroids_8hpp.html b/docs/doxygen/html/generate_centroids_8hpp.html
index 0f277d220..089f1fae9 100644
--- a/docs/doxygen/html/generate_centroids_8hpp.html
+++ b/docs/doxygen/html/generate_centroids_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/generate_centroids_8hpp_source.html b/docs/doxygen/html/generate_centroids_8hpp_source.html
index 048b3dd35..9632f31b1 100644
--- a/docs/doxygen/html/generate_centroids_8hpp_source.html
+++ b/docs/doxygen/html/generate_centroids_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/generate_threshold_8hpp.html b/docs/doxygen/html/generate_threshold_8hpp.html
index e7c03f09f..ee8333535 100644
--- a/docs/doxygen/html/generate_threshold_8hpp.html
+++ b/docs/doxygen/html/generate_threshold_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/generate_threshold_8hpp_source.html b/docs/doxygen/html/generate_threshold_8hpp_source.html
index 7a8bbb9a2..437650468 100644
--- a/docs/doxygen/html/generate_threshold_8hpp_source.html
+++ b/docs/doxygen/html/generate_threshold_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/generator_8hpp.html b/docs/doxygen/html/generator_8hpp.html
index 02eb7a7f5..87b44d2ed 100644
--- a/docs/doxygen/html/generator_8hpp.html
+++ b/docs/doxygen/html/generator_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/generator_8hpp_source.html b/docs/doxygen/html/generator_8hpp_source.html
index d18875824..ac41ea929 100644
--- a/docs/doxygen/html/generator_8hpp_source.html
+++ b/docs/doxygen/html/generator_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/geocentric_radius_8hpp.html b/docs/doxygen/html/geocentric_radius_8hpp.html
index f088d1167..4047b8add 100644
--- a/docs/doxygen/html/geocentric_radius_8hpp.html
+++ b/docs/doxygen/html/geocentric_radius_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/geocentric_radius_8hpp_source.html b/docs/doxygen/html/geocentric_radius_8hpp_source.html
index 570884f35..2c254a51b 100644
--- a/docs/doxygen/html/geocentric_radius_8hpp_source.html
+++ b/docs/doxygen/html/geocentric_radius_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/geocentric_to_l_l_a_8hpp.html b/docs/doxygen/html/geocentric_to_l_l_a_8hpp.html
index 5318746bc..a8782501f 100644
--- a/docs/doxygen/html/geocentric_to_l_l_a_8hpp.html
+++ b/docs/doxygen/html/geocentric_to_l_l_a_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/geocentric_to_l_l_a_8hpp_source.html b/docs/doxygen/html/geocentric_to_l_l_a_8hpp_source.html
index ca93f1c54..9e81dc5d9 100644
--- a/docs/doxygen/html/geocentric_to_l_l_a_8hpp_source.html
+++ b/docs/doxygen/html/geocentric_to_l_l_a_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/geometric_8hpp.html b/docs/doxygen/html/geometric_8hpp.html
index 3d6a4f9dd..86a670a49 100644
--- a/docs/doxygen/html/geometric_8hpp.html
+++ b/docs/doxygen/html/geometric_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/geometric_8hpp_source.html b/docs/doxygen/html/geometric_8hpp_source.html
index 650062f97..e6906c113 100644
--- a/docs/doxygen/html/geometric_8hpp_source.html
+++ b/docs/doxygen/html/geometric_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/geomspace_8hpp.html b/docs/doxygen/html/geomspace_8hpp.html
index d94900f39..0d7248b2d 100644
--- a/docs/doxygen/html/geomspace_8hpp.html
+++ b/docs/doxygen/html/geomspace_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/geomspace_8hpp_source.html b/docs/doxygen/html/geomspace_8hpp_source.html
index 5245c5a57..9b8c0f97a 100644
--- a/docs/doxygen/html/geomspace_8hpp_source.html
+++ b/docs/doxygen/html/geomspace_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/globals.html b/docs/doxygen/html/globals.html
index 287029f29..44e496132 100644
--- a/docs/doxygen/html/globals.html
+++ b/docs/doxygen/html/globals.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/globals_defs.html b/docs/doxygen/html/globals_defs.html
index 77bb2acc9..da05a2695 100644
--- a/docs/doxygen/html/globals_defs.html
+++ b/docs/doxygen/html/globals_defs.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gradient_8hpp.html b/docs/doxygen/html/gradient_8hpp.html
index 403d32da8..cc170ed8c 100644
--- a/docs/doxygen/html/gradient_8hpp.html
+++ b/docs/doxygen/html/gradient_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/gradient_8hpp_source.html b/docs/doxygen/html/gradient_8hpp_source.html
index de36f94c8..8346ff808 100644
--- a/docs/doxygen/html/gradient_8hpp_source.html
+++ b/docs/doxygen/html/gradient_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/greater_8hpp.html b/docs/doxygen/html/greater_8hpp.html
index f8caedf5c..58caa4787 100644
--- a/docs/doxygen/html/greater_8hpp.html
+++ b/docs/doxygen/html/greater_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/greater_8hpp_source.html b/docs/doxygen/html/greater_8hpp_source.html
index 67e0f66a8..2267b98d4 100644
--- a/docs/doxygen/html/greater_8hpp_source.html
+++ b/docs/doxygen/html/greater_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/greater__equal_8hpp.html b/docs/doxygen/html/greater__equal_8hpp.html
index ae4ffe301..c42ceece1 100644
--- a/docs/doxygen/html/greater__equal_8hpp.html
+++ b/docs/doxygen/html/greater__equal_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/greater__equal_8hpp_source.html b/docs/doxygen/html/greater__equal_8hpp_source.html
index 914d7001b..402c85205 100644
--- a/docs/doxygen/html/greater__equal_8hpp_source.html
+++ b/docs/doxygen/html/greater__equal_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hamming_8hpp.html b/docs/doxygen/html/hamming_8hpp.html
index fc12a7267..c8bcb3754 100644
--- a/docs/doxygen/html/hamming_8hpp.html
+++ b/docs/doxygen/html/hamming_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hamming_8hpp_source.html b/docs/doxygen/html/hamming_8hpp_source.html
index 6afa189fe..c6e3636e3 100644
--- a/docs/doxygen/html/hamming_8hpp_source.html
+++ b/docs/doxygen/html/hamming_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hamming_encode_8hpp.html b/docs/doxygen/html/hamming_encode_8hpp.html
index e39ae8655..eda9e52dc 100644
--- a/docs/doxygen/html/hamming_encode_8hpp.html
+++ b/docs/doxygen/html/hamming_encode_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hamming_encode_8hpp_source.html b/docs/doxygen/html/hamming_encode_8hpp_source.html
index 410357732..1dc1e6e76 100644
--- a/docs/doxygen/html/hamming_encode_8hpp_source.html
+++ b/docs/doxygen/html/hamming_encode_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hanning_8hpp.html b/docs/doxygen/html/hanning_8hpp.html
index 77b2f9acb..a66a3da5b 100644
--- a/docs/doxygen/html/hanning_8hpp.html
+++ b/docs/doxygen/html/hanning_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hanning_8hpp_source.html b/docs/doxygen/html/hanning_8hpp_source.html
index 4728018c2..be0a20762 100644
--- a/docs/doxygen/html/hanning_8hpp_source.html
+++ b/docs/doxygen/html/hanning_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hat_8hpp.html b/docs/doxygen/html/hat_8hpp.html
index 5000344c1..1bb1eaff8 100644
--- a/docs/doxygen/html/hat_8hpp.html
+++ b/docs/doxygen/html/hat_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hat_8hpp_source.html b/docs/doxygen/html/hat_8hpp_source.html
index 6f0876955..d435fbc61 100644
--- a/docs/doxygen/html/hat_8hpp_source.html
+++ b/docs/doxygen/html/hat_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hermite_8hpp.html b/docs/doxygen/html/hermite_8hpp.html
index 3af559371..8bc7abc39 100644
--- a/docs/doxygen/html/hermite_8hpp.html
+++ b/docs/doxygen/html/hermite_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hermite_8hpp_source.html b/docs/doxygen/html/hermite_8hpp_source.html
index 77dc5f439..003a8a9ca 100644
--- a/docs/doxygen/html/hermite_8hpp_source.html
+++ b/docs/doxygen/html/hermite_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hierarchy.html b/docs/doxygen/html/hierarchy.html
index 4165040fb..309e02091 100644
--- a/docs/doxygen/html/hierarchy.html
+++ b/docs/doxygen/html/hierarchy.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -152,7 +152,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Cnc::is_complex< std::complex< T > > | Cnc::is_ndarray_int< NdArray< dtype, Allocator > > | Cnc::is_valid_dtype< dtype > | Cnc::linalg::SVD | Cnc::linalg::SVD< dtype > | Performs the singular value decomposition of a general matrix | Cnc::logger::BinaryLogger | Binary Logger Singleton | Cnc::logger::detail::BinaryDataLogger< DataType > | Binary Logger | Cnc::logger::detail::type_traits::has_serialize< DataType, std::void_t< std::enable_if_t< std::is_same_v< serialize_t< DataType >, std::string >, int > > > | Type trait to check if a type has a serialize method with the correct signature | ![]()
|
diff --git a/docs/doxygen/html/histogram_8hpp_source.html b/docs/doxygen/html/histogram_8hpp_source.html
index 3e6cd3f49..f423d5eef 100644
--- a/docs/doxygen/html/histogram_8hpp_source.html
+++ b/docs/doxygen/html/histogram_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hsplit_8hpp.html b/docs/doxygen/html/hsplit_8hpp.html
index a5924e2bb..ade7592c7 100644
--- a/docs/doxygen/html/hsplit_8hpp.html
+++ b/docs/doxygen/html/hsplit_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hsplit_8hpp_source.html b/docs/doxygen/html/hsplit_8hpp_source.html
index ae57ba8f5..bfc2ccb72 100644
--- a/docs/doxygen/html/hsplit_8hpp_source.html
+++ b/docs/doxygen/html/hsplit_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hstack_8hpp.html b/docs/doxygen/html/hstack_8hpp.html
index 596d3d5cf..e3f970322 100644
--- a/docs/doxygen/html/hstack_8hpp.html
+++ b/docs/doxygen/html/hstack_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hstack_8hpp_source.html b/docs/doxygen/html/hstack_8hpp_source.html
index 45a5cf13a..cac314d6e 100644
--- a/docs/doxygen/html/hstack_8hpp_source.html
+++ b/docs/doxygen/html/hstack_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hypot_8hpp.html b/docs/doxygen/html/hypot_8hpp.html
index 678a0ce28..c10039d61 100644
--- a/docs/doxygen/html/hypot_8hpp.html
+++ b/docs/doxygen/html/hypot_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/hypot_8hpp_source.html b/docs/doxygen/html/hypot_8hpp_source.html
index a70340834..9e520f83b 100644
--- a/docs/doxygen/html/hypot_8hpp_source.html
+++ b/docs/doxygen/html/hypot_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/identity_8hpp.html b/docs/doxygen/html/identity_8hpp.html
index bad8dc311..0c967b7aa 100644
--- a/docs/doxygen/html/identity_8hpp.html
+++ b/docs/doxygen/html/identity_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/identity_8hpp_source.html b/docs/doxygen/html/identity_8hpp_source.html
index adcde2532..f4d3ab2dc 100644
--- a/docs/doxygen/html/identity_8hpp_source.html
+++ b/docs/doxygen/html/identity_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ifft2_8hpp.html b/docs/doxygen/html/ifft2_8hpp.html
index 1b2380969..625924138 100644
--- a/docs/doxygen/html/ifft2_8hpp.html
+++ b/docs/doxygen/html/ifft2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ifft2_8hpp_source.html b/docs/doxygen/html/ifft2_8hpp_source.html
index de8cef9fc..e37b3f35e 100644
--- a/docs/doxygen/html/ifft2_8hpp_source.html
+++ b/docs/doxygen/html/ifft2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ifft_8hpp.html b/docs/doxygen/html/ifft_8hpp.html
index 5b5d40dd2..f97c6dc81 100644
--- a/docs/doxygen/html/ifft_8hpp.html
+++ b/docs/doxygen/html/ifft_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ifft_8hpp_source.html b/docs/doxygen/html/ifft_8hpp_source.html
index 48853c62c..0514e35bd 100644
--- a/docs/doxygen/html/ifft_8hpp_source.html
+++ b/docs/doxygen/html/ifft_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ifftshift_8hpp.html b/docs/doxygen/html/ifftshift_8hpp.html
index bdd42998a..33c8acd1f 100644
--- a/docs/doxygen/html/ifftshift_8hpp.html
+++ b/docs/doxygen/html/ifftshift_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ifftshift_8hpp_source.html b/docs/doxygen/html/ifftshift_8hpp_source.html
index 385564231..e6ec59ee9 100644
--- a/docs/doxygen/html/ifftshift_8hpp_source.html
+++ b/docs/doxygen/html/ifftshift_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/imag_8hpp.html b/docs/doxygen/html/imag_8hpp.html
index 83e22c539..81c4c7c33 100644
--- a/docs/doxygen/html/imag_8hpp.html
+++ b/docs/doxygen/html/imag_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/imag_8hpp_source.html b/docs/doxygen/html/imag_8hpp_source.html
index 68060a9ec..f6ced96bd 100644
--- a/docs/doxygen/html/imag_8hpp_source.html
+++ b/docs/doxygen/html/imag_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/index.html b/docs/doxygen/html/index.html
index d96c6e22b..8b288682e 100644
--- a/docs/doxygen/html/index.html
+++ b/docs/doxygen/html/index.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/inner_8hpp.html b/docs/doxygen/html/inner_8hpp.html
index d6f0073dd..9d772d90c 100644
--- a/docs/doxygen/html/inner_8hpp.html
+++ b/docs/doxygen/html/inner_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/inner_8hpp_source.html b/docs/doxygen/html/inner_8hpp_source.html
index 00d473119..3c3b5e5d4 100644
--- a/docs/doxygen/html/inner_8hpp_source.html
+++ b/docs/doxygen/html/inner_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/insert_8hpp.html b/docs/doxygen/html/insert_8hpp.html
index e7b245c93..a656fe66c 100644
--- a/docs/doxygen/html/insert_8hpp.html
+++ b/docs/doxygen/html/insert_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/insert_8hpp_source.html b/docs/doxygen/html/insert_8hpp_source.html
index c4e02768e..7c2188b6d 100644
--- a/docs/doxygen/html/insert_8hpp_source.html
+++ b/docs/doxygen/html/insert_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/intersect1d_8hpp.html b/docs/doxygen/html/intersect1d_8hpp.html
index 74c56deda..952187e5b 100644
--- a/docs/doxygen/html/intersect1d_8hpp.html
+++ b/docs/doxygen/html/intersect1d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/intersect1d_8hpp_source.html b/docs/doxygen/html/intersect1d_8hpp_source.html
index d12b2bf3f..642dc189f 100644
--- a/docs/doxygen/html/intersect1d_8hpp_source.html
+++ b/docs/doxygen/html/intersect1d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/inv_8hpp.html b/docs/doxygen/html/inv_8hpp.html
index 8c2fa1651..097c625fb 100644
--- a/docs/doxygen/html/inv_8hpp.html
+++ b/docs/doxygen/html/inv_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/inv_8hpp_source.html b/docs/doxygen/html/inv_8hpp_source.html
index 111b85ce2..ecc7308f7 100644
--- a/docs/doxygen/html/inv_8hpp_source.html
+++ b/docs/doxygen/html/inv_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/invert_8hpp.html b/docs/doxygen/html/invert_8hpp.html
index d883e7000..1629445e7 100644
--- a/docs/doxygen/html/invert_8hpp.html
+++ b/docs/doxygen/html/invert_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/invert_8hpp_source.html b/docs/doxygen/html/invert_8hpp_source.html
index d8982f249..301afecd3 100644
--- a/docs/doxygen/html/invert_8hpp_source.html
+++ b/docs/doxygen/html/invert_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/irfft2_8hpp.html b/docs/doxygen/html/irfft2_8hpp.html
index 4a3c9260d..9daa42159 100644
--- a/docs/doxygen/html/irfft2_8hpp.html
+++ b/docs/doxygen/html/irfft2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/irfft2_8hpp_source.html b/docs/doxygen/html/irfft2_8hpp_source.html
index 5b35dc538..ab2e5082e 100644
--- a/docs/doxygen/html/irfft2_8hpp_source.html
+++ b/docs/doxygen/html/irfft2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/irfft_8hpp.html b/docs/doxygen/html/irfft_8hpp.html
index 51289ae0d..577bc643b 100644
--- a/docs/doxygen/html/irfft_8hpp.html
+++ b/docs/doxygen/html/irfft_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/irfft_8hpp_source.html b/docs/doxygen/html/irfft_8hpp_source.html
index 08f97b866..ced573f70 100644
--- a/docs/doxygen/html/irfft_8hpp_source.html
+++ b/docs/doxygen/html/irfft_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isclose_8hpp.html b/docs/doxygen/html/isclose_8hpp.html
index 61fd74ef0..a5b7fc1f6 100644
--- a/docs/doxygen/html/isclose_8hpp.html
+++ b/docs/doxygen/html/isclose_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isclose_8hpp_source.html b/docs/doxygen/html/isclose_8hpp_source.html
index 0fc3d5a94..b7f8f097d 100644
--- a/docs/doxygen/html/isclose_8hpp_source.html
+++ b/docs/doxygen/html/isclose_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isinf_8hpp.html b/docs/doxygen/html/isinf_8hpp.html
index 2273f50e9..d5d19554d 100644
--- a/docs/doxygen/html/isinf_8hpp.html
+++ b/docs/doxygen/html/isinf_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isinf_8hpp_source.html b/docs/doxygen/html/isinf_8hpp_source.html
index 9e8413a8c..3eb84d0a4 100644
--- a/docs/doxygen/html/isinf_8hpp_source.html
+++ b/docs/doxygen/html/isinf_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isnan_8hpp.html b/docs/doxygen/html/isnan_8hpp.html
index b27e6b260..991b6b931 100644
--- a/docs/doxygen/html/isnan_8hpp.html
+++ b/docs/doxygen/html/isnan_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isnan_8hpp_source.html b/docs/doxygen/html/isnan_8hpp_source.html
index 4dc32f308..c9f0d148c 100644
--- a/docs/doxygen/html/isnan_8hpp_source.html
+++ b/docs/doxygen/html/isnan_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isneginf_8hpp.html b/docs/doxygen/html/isneginf_8hpp.html
index f5857df4e..be34cd765 100644
--- a/docs/doxygen/html/isneginf_8hpp.html
+++ b/docs/doxygen/html/isneginf_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isneginf_8hpp_source.html b/docs/doxygen/html/isneginf_8hpp_source.html
index 629588102..4bc60da21 100644
--- a/docs/doxygen/html/isneginf_8hpp_source.html
+++ b/docs/doxygen/html/isneginf_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isposinf_8hpp.html b/docs/doxygen/html/isposinf_8hpp.html
index 157a01c4a..087b11db3 100644
--- a/docs/doxygen/html/isposinf_8hpp.html
+++ b/docs/doxygen/html/isposinf_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/isposinf_8hpp_source.html b/docs/doxygen/html/isposinf_8hpp_source.html
index 6c0f3898e..ce767f339 100644
--- a/docs/doxygen/html/isposinf_8hpp_source.html
+++ b/docs/doxygen/html/isposinf_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/kaiser_8hpp.html b/docs/doxygen/html/kaiser_8hpp.html
index d5948e731..ac0d5d0e3 100644
--- a/docs/doxygen/html/kaiser_8hpp.html
+++ b/docs/doxygen/html/kaiser_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/kaiser_8hpp_source.html b/docs/doxygen/html/kaiser_8hpp_source.html
index bd09433c8..23b1a4ad3 100644
--- a/docs/doxygen/html/kaiser_8hpp_source.html
+++ b/docs/doxygen/html/kaiser_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/laguerre_8hpp.html b/docs/doxygen/html/laguerre_8hpp.html
index b67e22c67..852633f19 100644
--- a/docs/doxygen/html/laguerre_8hpp.html
+++ b/docs/doxygen/html/laguerre_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/laguerre_8hpp_source.html b/docs/doxygen/html/laguerre_8hpp_source.html
index 1deea4924..7d5e84a61 100644
--- a/docs/doxygen/html/laguerre_8hpp_source.html
+++ b/docs/doxygen/html/laguerre_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/lcm_8hpp.html b/docs/doxygen/html/lcm_8hpp.html
index beb537538..6a7c5990a 100644
--- a/docs/doxygen/html/lcm_8hpp.html
+++ b/docs/doxygen/html/lcm_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/lcm_8hpp_source.html b/docs/doxygen/html/lcm_8hpp_source.html
index 108c50ada..22d828544 100644
--- a/docs/doxygen/html/lcm_8hpp_source.html
+++ b/docs/doxygen/html/lcm_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ldexp_8hpp.html b/docs/doxygen/html/ldexp_8hpp.html
index 48d82946f..98c7b4f04 100644
--- a/docs/doxygen/html/ldexp_8hpp.html
+++ b/docs/doxygen/html/ldexp_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/ldexp_8hpp_source.html b/docs/doxygen/html/ldexp_8hpp_source.html
index 1917caa04..dc16ee7a5 100644
--- a/docs/doxygen/html/ldexp_8hpp_source.html
+++ b/docs/doxygen/html/ldexp_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/left__shift_8hpp.html b/docs/doxygen/html/left__shift_8hpp.html
index cae768e23..464fce3fe 100644
--- a/docs/doxygen/html/left__shift_8hpp.html
+++ b/docs/doxygen/html/left__shift_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/left__shift_8hpp_source.html b/docs/doxygen/html/left__shift_8hpp_source.html
index 65b25a8ae..e8ae61ab7 100644
--- a/docs/doxygen/html/left__shift_8hpp_source.html
+++ b/docs/doxygen/html/left__shift_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/legendre__p_8hpp.html b/docs/doxygen/html/legendre__p_8hpp.html
index 8b39be686..40684f20f 100644
--- a/docs/doxygen/html/legendre__p_8hpp.html
+++ b/docs/doxygen/html/legendre__p_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/legendre__p_8hpp_source.html b/docs/doxygen/html/legendre__p_8hpp_source.html
index f7d100c65..fccab6802 100644
--- a/docs/doxygen/html/legendre__p_8hpp_source.html
+++ b/docs/doxygen/html/legendre__p_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/legendre__q_8hpp.html b/docs/doxygen/html/legendre__q_8hpp.html
index 45f88fc76..44a0f62ef 100644
--- a/docs/doxygen/html/legendre__q_8hpp.html
+++ b/docs/doxygen/html/legendre__q_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/legendre__q_8hpp_source.html b/docs/doxygen/html/legendre__q_8hpp_source.html
index 206d35e05..91545d6fc 100644
--- a/docs/doxygen/html/legendre__q_8hpp_source.html
+++ b/docs/doxygen/html/legendre__q_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/less_8hpp.html b/docs/doxygen/html/less_8hpp.html
index f634de454..e1c3306e2 100644
--- a/docs/doxygen/html/less_8hpp.html
+++ b/docs/doxygen/html/less_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/less_8hpp_source.html b/docs/doxygen/html/less_8hpp_source.html
index 86829074b..c9b9d1f0f 100644
--- a/docs/doxygen/html/less_8hpp_source.html
+++ b/docs/doxygen/html/less_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/less__equal_8hpp.html b/docs/doxygen/html/less__equal_8hpp.html
index 14e7c1031..dd708eaef 100644
--- a/docs/doxygen/html/less__equal_8hpp.html
+++ b/docs/doxygen/html/less__equal_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/less__equal_8hpp_source.html b/docs/doxygen/html/less__equal_8hpp_source.html
index abd231724..2298b47c6 100644
--- a/docs/doxygen/html/less__equal_8hpp_source.html
+++ b/docs/doxygen/html/less__equal_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/linspace_8hpp.html b/docs/doxygen/html/linspace_8hpp.html
index 763e6da2a..a7e700a77 100644
--- a/docs/doxygen/html/linspace_8hpp.html
+++ b/docs/doxygen/html/linspace_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/linspace_8hpp_source.html b/docs/doxygen/html/linspace_8hpp_source.html
index cd5c9347e..614ebc333 100644
--- a/docs/doxygen/html/linspace_8hpp_source.html
+++ b/docs/doxygen/html/linspace_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/load_8hpp.html b/docs/doxygen/html/load_8hpp.html
index 69ac01a63..1451692d3 100644
--- a/docs/doxygen/html/load_8hpp.html
+++ b/docs/doxygen/html/load_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/load_8hpp_source.html b/docs/doxygen/html/load_8hpp_source.html
index c51d0d5d7..ed69a932c 100644
--- a/docs/doxygen/html/load_8hpp_source.html
+++ b/docs/doxygen/html/load_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log10_8hpp.html b/docs/doxygen/html/log10_8hpp.html
index 093e4c0b4..3e97a2e3a 100644
--- a/docs/doxygen/html/log10_8hpp.html
+++ b/docs/doxygen/html/log10_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log10_8hpp_source.html b/docs/doxygen/html/log10_8hpp_source.html
index c240f8770..c554cfe80 100644
--- a/docs/doxygen/html/log10_8hpp_source.html
+++ b/docs/doxygen/html/log10_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log1p_8hpp.html b/docs/doxygen/html/log1p_8hpp.html
index c59e6cc7d..15e5d4fe7 100644
--- a/docs/doxygen/html/log1p_8hpp.html
+++ b/docs/doxygen/html/log1p_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log1p_8hpp_source.html b/docs/doxygen/html/log1p_8hpp_source.html
index 542396229..a2d5a1e0b 100644
--- a/docs/doxygen/html/log1p_8hpp_source.html
+++ b/docs/doxygen/html/log1p_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log2_8hpp.html b/docs/doxygen/html/log2_8hpp.html
index 35bc56a36..3a0a0ca4b 100644
--- a/docs/doxygen/html/log2_8hpp.html
+++ b/docs/doxygen/html/log2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log2_8hpp_source.html b/docs/doxygen/html/log2_8hpp_source.html
index eeb4f1eff..2b316e4ed 100644
--- a/docs/doxygen/html/log2_8hpp_source.html
+++ b/docs/doxygen/html/log2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log_8hpp.html b/docs/doxygen/html/log_8hpp.html
index f4b9a67f7..6aabfb5d7 100644
--- a/docs/doxygen/html/log_8hpp.html
+++ b/docs/doxygen/html/log_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log_8hpp_source.html b/docs/doxygen/html/log_8hpp_source.html
index a2d5bb195..62cb232e1 100644
--- a/docs/doxygen/html/log_8hpp_source.html
+++ b/docs/doxygen/html/log_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log__gamma_8hpp.html b/docs/doxygen/html/log__gamma_8hpp.html
index a5b70aa1d..cef791106 100644
--- a/docs/doxygen/html/log__gamma_8hpp.html
+++ b/docs/doxygen/html/log__gamma_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/log__gamma_8hpp_source.html b/docs/doxygen/html/log__gamma_8hpp_source.html
index ec8aa327b..0f09745f0 100644
--- a/docs/doxygen/html/log__gamma_8hpp_source.html
+++ b/docs/doxygen/html/log__gamma_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logaddexp2_8hpp.html b/docs/doxygen/html/logaddexp2_8hpp.html
index f69824d9a..01f181324 100644
--- a/docs/doxygen/html/logaddexp2_8hpp.html
+++ b/docs/doxygen/html/logaddexp2_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logaddexp2_8hpp_source.html b/docs/doxygen/html/logaddexp2_8hpp_source.html
index 6b27b03e6..0841f58d5 100644
--- a/docs/doxygen/html/logaddexp2_8hpp_source.html
+++ b/docs/doxygen/html/logaddexp2_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logaddexp_8hpp.html b/docs/doxygen/html/logaddexp_8hpp.html
index 00d139584..16572d591 100644
--- a/docs/doxygen/html/logaddexp_8hpp.html
+++ b/docs/doxygen/html/logaddexp_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logaddexp_8hpp_source.html b/docs/doxygen/html/logaddexp_8hpp_source.html
index 76bbdd8e8..2880de3f8 100644
--- a/docs/doxygen/html/logaddexp_8hpp_source.html
+++ b/docs/doxygen/html/logaddexp_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logb_8hpp.html b/docs/doxygen/html/logb_8hpp.html
index 9c01bddcd..41dcfdc3f 100644
--- a/docs/doxygen/html/logb_8hpp.html
+++ b/docs/doxygen/html/logb_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logb_8hpp_source.html b/docs/doxygen/html/logb_8hpp_source.html
index 33191fa44..cecb4eef6 100644
--- a/docs/doxygen/html/logb_8hpp_source.html
+++ b/docs/doxygen/html/logb_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logical__and_8hpp.html b/docs/doxygen/html/logical__and_8hpp.html
index 06ea0d28c..533477b55 100644
--- a/docs/doxygen/html/logical__and_8hpp.html
+++ b/docs/doxygen/html/logical__and_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logical__and_8hpp_source.html b/docs/doxygen/html/logical__and_8hpp_source.html
index 63c9083db..ed8f7ab47 100644
--- a/docs/doxygen/html/logical__and_8hpp_source.html
+++ b/docs/doxygen/html/logical__and_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logical__not_8hpp.html b/docs/doxygen/html/logical__not_8hpp.html
index d48061bc1..31766abb4 100644
--- a/docs/doxygen/html/logical__not_8hpp.html
+++ b/docs/doxygen/html/logical__not_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logical__not_8hpp_source.html b/docs/doxygen/html/logical__not_8hpp_source.html
index 4953dc627..6dadbf1d5 100644
--- a/docs/doxygen/html/logical__not_8hpp_source.html
+++ b/docs/doxygen/html/logical__not_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logical__or_8hpp.html b/docs/doxygen/html/logical__or_8hpp.html
index ac12d40d6..c53d3a961 100644
--- a/docs/doxygen/html/logical__or_8hpp.html
+++ b/docs/doxygen/html/logical__or_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logical__or_8hpp_source.html b/docs/doxygen/html/logical__or_8hpp_source.html
index 1d816453d..4f5db7a52 100644
--- a/docs/doxygen/html/logical__or_8hpp_source.html
+++ b/docs/doxygen/html/logical__or_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logical__xor_8hpp.html b/docs/doxygen/html/logical__xor_8hpp.html
index 8e23bdcd9..77142dbbd 100644
--- a/docs/doxygen/html/logical__xor_8hpp.html
+++ b/docs/doxygen/html/logical__xor_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logical__xor_8hpp_source.html b/docs/doxygen/html/logical__xor_8hpp_source.html
index 507131a6f..fc1d91229 100644
--- a/docs/doxygen/html/logical__xor_8hpp_source.html
+++ b/docs/doxygen/html/logical__xor_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/lognormal_8hpp.html b/docs/doxygen/html/lognormal_8hpp.html
index ad2cb3970..bf4e08f55 100644
--- a/docs/doxygen/html/lognormal_8hpp.html
+++ b/docs/doxygen/html/lognormal_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/lognormal_8hpp_source.html b/docs/doxygen/html/lognormal_8hpp_source.html
index c4a0265bb..9413b5b59 100644
--- a/docs/doxygen/html/lognormal_8hpp_source.html
+++ b/docs/doxygen/html/lognormal_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logspace_8hpp.html b/docs/doxygen/html/logspace_8hpp.html
index 8ad9160ab..7c62bd1fc 100644
--- a/docs/doxygen/html/logspace_8hpp.html
+++ b/docs/doxygen/html/logspace_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/logspace_8hpp_source.html b/docs/doxygen/html/logspace_8hpp_source.html
index dd0218492..94bca5282 100644
--- a/docs/doxygen/html/logspace_8hpp_source.html
+++ b/docs/doxygen/html/logspace_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/lstsq_8hpp.html b/docs/doxygen/html/lstsq_8hpp.html
index f7f15f4c9..711567acb 100644
--- a/docs/doxygen/html/lstsq_8hpp.html
+++ b/docs/doxygen/html/lstsq_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -121,7 +121,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
#include "NumCpp/Core/Internal/StaticAsserts.hpp"- #include "NumCpp/Linalg/svd/SVDClass.hpp"+ #include "NumCpp/Linalg/svd/SVD.hpp"#include "NumCpp/NdArray.hpp"
Detailed Description
diff --git a/docs/doxygen/html/lstsq_8hpp.js b/docs/doxygen/html/lstsq_8hpp.js
index fb0738ebf..12d133ba1 100644
--- a/docs/doxygen/html/lstsq_8hpp.js
+++ b/docs/doxygen/html/lstsq_8hpp.js
@@ -1,4 +1,4 @@
var lstsq_8hpp =
[
- [ "lstsq", "lstsq_8hpp.html#a8baf25f50874e4bd27d2644a2730fb03", null ]
+ [ "lstsq", "lstsq_8hpp.html#af96af1e6e215b975a74f12949b5f0b46", null ]
];
\ No newline at end of file
diff --git a/docs/doxygen/html/lstsq_8hpp_source.html b/docs/doxygen/html/lstsq_8hpp_source.html
index 9959828b6..e3a2aa244 100644
--- a/docs/doxygen/html/lstsq_8hpp_source.html
+++ b/docs/doxygen/html/lstsq_8hpp_source.html
@@ -50,7 +50,7 @@
![]()
|
@@ -126,66 +126,66 @@
-
+
-
-NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- 58 NdArray<double> lstsq(const NdArray<dtype>& inA, const NdArray<dtype>& inB, double inTolerance = 1e-12)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
Holds 1D and 2D arrays, the main work horse of the NumCpp library. Definition NdArrayCore.hpp:139 Definition SVDClass.hpp:47 Performs the singular value decomposition of a general matrix. Definition svd/svd.hpp:50 Definition cholesky.hpp:41 NdArray< double > lstsq(const NdArray< dtype > &inA, const NdArray< dtype > &inB, double inTolerance=1e-12) Definition lstsq.hpp:58 void svd(const NdArray< dtype > &inArray, NdArray< double > &outU, NdArray< double > &outS, NdArray< double > &outVT) Definition svd.hpp:51 NdArray< double > lstsq(const NdArray< dtype > &inA, const NdArray< dtype > &inB) Definition lstsq.hpp:57 NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1) Definition arange.hpp:59 ![]()
|
diff --git a/docs/doxygen/html/lu__decomposition_8hpp_source.html b/docs/doxygen/html/lu__decomposition_8hpp_source.html
index e0bee8a62..2c3100021 100644
--- a/docs/doxygen/html/lu__decomposition_8hpp_source.html
+++ b/docs/doxygen/html/lu__decomposition_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/matmul_8hpp.html b/docs/doxygen/html/matmul_8hpp.html
index 1c71f377d..e68b7af3e 100644
--- a/docs/doxygen/html/matmul_8hpp.html
+++ b/docs/doxygen/html/matmul_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/matmul_8hpp_source.html b/docs/doxygen/html/matmul_8hpp_source.html
index ad27f6bea..10ee91cca 100644
--- a/docs/doxygen/html/matmul_8hpp_source.html
+++ b/docs/doxygen/html/matmul_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/matrix__power_8hpp.html b/docs/doxygen/html/matrix__power_8hpp.html
index e0863337f..e32311504 100644
--- a/docs/doxygen/html/matrix__power_8hpp.html
+++ b/docs/doxygen/html/matrix__power_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/matrix__power_8hpp_source.html b/docs/doxygen/html/matrix__power_8hpp_source.html
index f6bcb23ac..62b0de04b 100644
--- a/docs/doxygen/html/matrix__power_8hpp_source.html
+++ b/docs/doxygen/html/matrix__power_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/max_8hpp.html b/docs/doxygen/html/max_8hpp.html
index ea3bf9897..17e1822cf 100644
--- a/docs/doxygen/html/max_8hpp.html
+++ b/docs/doxygen/html/max_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/max_8hpp_source.html b/docs/doxygen/html/max_8hpp_source.html
index a6bfe9e3b..3b4b37873 100644
--- a/docs/doxygen/html/max_8hpp_source.html
+++ b/docs/doxygen/html/max_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/maximum_8hpp.html b/docs/doxygen/html/maximum_8hpp.html
index 124abe966..0aa559efa 100644
--- a/docs/doxygen/html/maximum_8hpp.html
+++ b/docs/doxygen/html/maximum_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/maximum_8hpp_source.html b/docs/doxygen/html/maximum_8hpp_source.html
index bcdf4396b..52d75d987 100644
--- a/docs/doxygen/html/maximum_8hpp_source.html
+++ b/docs/doxygen/html/maximum_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/maximum_filter1d_8hpp.html b/docs/doxygen/html/maximum_filter1d_8hpp.html
index 50c5087b6..1acf3c714 100644
--- a/docs/doxygen/html/maximum_filter1d_8hpp.html
+++ b/docs/doxygen/html/maximum_filter1d_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/maximum_filter1d_8hpp_source.html b/docs/doxygen/html/maximum_filter1d_8hpp_source.html
index c37b2daab..1ed8da575 100644
--- a/docs/doxygen/html/maximum_filter1d_8hpp_source.html
+++ b/docs/doxygen/html/maximum_filter1d_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/maximum_filter_8hpp.html b/docs/doxygen/html/maximum_filter_8hpp.html
index 9386c2c66..ca567a379 100644
--- a/docs/doxygen/html/maximum_filter_8hpp.html
+++ b/docs/doxygen/html/maximum_filter_8hpp.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/maximum_filter_8hpp_source.html b/docs/doxygen/html/maximum_filter_8hpp_source.html
index ff308c9ab..a962386f5 100644
--- a/docs/doxygen/html/maximum_filter_8hpp_source.html
+++ b/docs/doxygen/html/maximum_filter_8hpp_source.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_building.html b/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_building.html
index ef17aa0d2..3447d0a92 100644
--- a/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_building.html
+++ b/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_building.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -141,7 +141,7 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
1. Source Fileadd_executable(${PROJECT_NAME} main.cpp)
find_package(NumCpp 2.15.0 REQUIRED)
+find_package(NumCpp 2.16.0 REQUIRED)
target_link_libraries(${PROJECT_NAME}
NumCpp::NumCpp
)
@@ -155,7 +155,7 @@ 1. Source Fileinclude(FetchContent)
FetchContent_Declare(NumCpp
GIT_REPOSITORY https://github.com/dpilger26/NumCpp
- GIT_TAG Version_2.15.0)
+ GIT_TAG Version_2.16.0)
FetchContent_MakeAvailable(NumCpp)
target_link_libraries(${PROJECT_NAME}
diff --git a/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_compiler_flags.html b/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_compiler_flags.html
index 531f87ac5..b19abcebe 100644
--- a/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_compiler_flags.html
+++ b/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_compiler_flags.html
@@ -50,7 +50,7 @@
![]()
|
diff --git a/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_installation.html b/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_installation.html
index ff1289a35..013d076f1 100644
--- a/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_installation.html
+++ b/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_installation.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_release_notes.html b/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_release_notes.html
index bca000cc2..e152b5cc8 100644
--- a/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_release_notes.html
+++ b/docs/doxygen/html/md__2home_2dpilger_2_github_2_num_cpp_2docs_2markdown_2_release_notes.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -117,7 +117,21 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Release Notes
- Version 2.15.0+Version 2.16.0+
Version 2.15.0
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_n.html b/docs/doxygen/html/namespacemembers_func_n.html
index 4726c54c7..7e73df8bf 100644
--- a/docs/doxygen/html/namespacemembers_func_n.html
+++ b/docs/doxygen/html/namespacemembers_func_n.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_o.html b/docs/doxygen/html/namespacemembers_func_o.html
index adbbe7573..0857abf39 100644
--- a/docs/doxygen/html/namespacemembers_func_o.html
+++ b/docs/doxygen/html/namespacemembers_func_o.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_p.html b/docs/doxygen/html/namespacemembers_func_p.html
index 2c61f5bca..c6a20ddf5 100644
--- a/docs/doxygen/html/namespacemembers_func_p.html
+++ b/docs/doxygen/html/namespacemembers_func_p.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_r.html b/docs/doxygen/html/namespacemembers_func_r.html
index 1b5abb9b7..696905967 100644
--- a/docs/doxygen/html/namespacemembers_func_r.html
+++ b/docs/doxygen/html/namespacemembers_func_r.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_s.html b/docs/doxygen/html/namespacemembers_func_s.html
index 9c5ec673a..c16320b7a 100644
--- a/docs/doxygen/html/namespacemembers_func_s.html
+++ b/docs/doxygen/html/namespacemembers_func_s.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -155,7 +155,8 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- s -
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_u.html b/docs/doxygen/html/namespacemembers_func_u.html
index 86f066637..35473d4d0 100644
--- a/docs/doxygen/html/namespacemembers_func_u.html
+++ b/docs/doxygen/html/namespacemembers_func_u.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_v.html b/docs/doxygen/html/namespacemembers_func_v.html
index e3e47c78c..c1d246a13 100644
--- a/docs/doxygen/html/namespacemembers_func_v.html
+++ b/docs/doxygen/html/namespacemembers_func_v.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_w.html b/docs/doxygen/html/namespacemembers_func_w.html
index e3970571e..6550ab275 100644
--- a/docs/doxygen/html/namespacemembers_func_w.html
+++ b/docs/doxygen/html/namespacemembers_func_w.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_func_z.html b/docs/doxygen/html/namespacemembers_func_z.html
index 54d5010e3..824d2d6ac 100644
--- a/docs/doxygen/html/namespacemembers_func_z.html
+++ b/docs/doxygen/html/namespacemembers_func_z.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_g.html b/docs/doxygen/html/namespacemembers_g.html
index 487bdc75b..9f51feebd 100644
--- a/docs/doxygen/html/namespacemembers_g.html
+++ b/docs/doxygen/html/namespacemembers_g.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_h.html b/docs/doxygen/html/namespacemembers_h.html
index b4afa750f..188bea269 100644
--- a/docs/doxygen/html/namespacemembers_h.html
+++ b/docs/doxygen/html/namespacemembers_h.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_i.html b/docs/doxygen/html/namespacemembers_i.html
index d9f0e1116..c9876fe9a 100644
--- a/docs/doxygen/html/namespacemembers_i.html
+++ b/docs/doxygen/html/namespacemembers_i.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_j.html b/docs/doxygen/html/namespacemembers_j.html
index 26119f5a2..01361355e 100644
--- a/docs/doxygen/html/namespacemembers_j.html
+++ b/docs/doxygen/html/namespacemembers_j.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_k.html b/docs/doxygen/html/namespacemembers_k.html
index de46fe9a5..fb8d3ba12 100644
--- a/docs/doxygen/html/namespacemembers_k.html
+++ b/docs/doxygen/html/namespacemembers_k.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_l.html b/docs/doxygen/html/namespacemembers_l.html
index 2518c2120..645c531af 100644
--- a/docs/doxygen/html/namespacemembers_l.html
+++ b/docs/doxygen/html/namespacemembers_l.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -147,7 +147,7 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- l -![]()
|
diff --git a/docs/doxygen/html/namespacemembers_n.html b/docs/doxygen/html/namespacemembers_n.html
index ad8137c2b..00ec7ce55 100644
--- a/docs/doxygen/html/namespacemembers_n.html
+++ b/docs/doxygen/html/namespacemembers_n.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_o.html b/docs/doxygen/html/namespacemembers_o.html
index 74e311f72..acf340c2e 100644
--- a/docs/doxygen/html/namespacemembers_o.html
+++ b/docs/doxygen/html/namespacemembers_o.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_p.html b/docs/doxygen/html/namespacemembers_p.html
index 9b4dcb62f..7601c6efe 100644
--- a/docs/doxygen/html/namespacemembers_p.html
+++ b/docs/doxygen/html/namespacemembers_p.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_r.html b/docs/doxygen/html/namespacemembers_r.html
index 94c6a6364..002fc3929 100644
--- a/docs/doxygen/html/namespacemembers_r.html
+++ b/docs/doxygen/html/namespacemembers_r.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_s.html b/docs/doxygen/html/namespacemembers_s.html
index 6bd2294e6..0acc1f6c6 100644
--- a/docs/doxygen/html/namespacemembers_s.html
+++ b/docs/doxygen/html/namespacemembers_s.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -163,7 +163,8 @@ NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
- s -
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_type.html b/docs/doxygen/html/namespacemembers_type.html
index af634d677..f3c8ce51d 100644
--- a/docs/doxygen/html/namespacemembers_type.html
+++ b/docs/doxygen/html/namespacemembers_type.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_u.html b/docs/doxygen/html/namespacemembers_u.html
index b6b0b4397..764245050 100644
--- a/docs/doxygen/html/namespacemembers_u.html
+++ b/docs/doxygen/html/namespacemembers_u.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_v.html b/docs/doxygen/html/namespacemembers_v.html
index d309ec803..16fad3f13 100644
--- a/docs/doxygen/html/namespacemembers_v.html
+++ b/docs/doxygen/html/namespacemembers_v.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_vars.html b/docs/doxygen/html/namespacemembers_vars.html
index 63a7fa7ee..4bd33a74a 100644
--- a/docs/doxygen/html/namespacemembers_vars.html
+++ b/docs/doxygen/html/namespacemembers_vars.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_w.html b/docs/doxygen/html/namespacemembers_w.html
index 7cf6a2dd2..0e214e961 100644
--- a/docs/doxygen/html/namespacemembers_w.html
+++ b/docs/doxygen/html/namespacemembers_w.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacemembers_z.html b/docs/doxygen/html/namespacemembers_z.html
index 4f357ac76..67669fd3c 100644
--- a/docs/doxygen/html/namespacemembers_z.html
+++ b/docs/doxygen/html/namespacemembers_z.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
diff --git a/docs/doxygen/html/namespacenc.html b/docs/doxygen/html/namespacenc.html
index a6bd9dc71..3b9bc8404 100644
--- a/docs/doxygen/html/namespacenc.html
+++ b/docs/doxygen/html/namespacenc.html
@@ -50,7 +50,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
![]()
|
@@ -2265,7 +2265,7 @@
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
template<class dtype > | constexpr bool | is_valid_dtype_v = is_valid_dtype<dtype>::value | | constexpr char | VERSION [] = "2.15.0" | constexpr char | VERSION [] = "2.16.0" | | Current NumCpp version number. | |
constexpr char nc::VERSION[] = "2.15.0" |
+ constexpr char nc::VERSION[] = "2.16.0" |
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
class | SVD | |
Data Structures | Performs the singular value decomposition of a general matrix. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| std::pair< NdArray< double >, NdArray< double > > nc::linalg::eig | +( | +const NdArray< dtype > & | +inA, | +
| + | + | double | +inTolerance = 1e-12 |
+
| + | ) | ++ |
Compute the eigen values and eigen vectors of a real symmetric matrix.
+NumPy Reference: https://numpy.org/doc/stable/reference/generated/numpy.linalg.eig.html#numpy.linalg.eig
+| inA | Matrix for which the eigen values and eigen vectors will be computed, must be a real, symmetric MxM array |
| inTolerance | (default 1e-12) |
| NdArray< double > nc::linalg::eigvals | +( | +const NdArray< dtype > & | +inA, | +
| + | + | double | +inTolerance = 1e-12 |
+
| + | ) | ++ |
Compute the eigen values of a real symmetric matrix.
+NumPy Reference: https://numpy.org/doc/stable/reference/generated/numpy.linalg.eigvals.html
+| inA | Matrix for which the eigen values and will be computed, must be a real, symmetric MxM array |
| inTolerance | (default 1e-12) |
1e-12 | inA | coefficient matrix |
| inB | Ordinate or "dependent variable" values. If b is two-dimensional, the least-squares solution is calculated for each of the K columns of b. |
| inTolerance | (default 1e-12) |
| inB | Ordinate or "dependent variable" values. If b is two-dimensional, the least-squares solution is calculated for each of the K columns of b. |
Singular Value Decomposition.
+NumPy Reference: https://numpy.org/doc/stable/reference/generated/numpy.linalg.svd.html
+| inArray | NdArray to be SVDed |



































































































#include <string>#include "NumCpp/Core/Internal/StaticAsserts.hpp"#include "NumCpp/Core/Types.hpp"#include "NumCpp/Functions/zeros.hpp"#include "NumCpp/Linalg/svd.hpp"#include "NumCpp/Linalg/svd/SVD.hpp"#include "NumCpp/NdArray.hpp"Go to the source code of this file.
diff --git a/docs/doxygen/html/pinv_8hpp_source.html b/docs/doxygen/html/pinv_8hpp_source.html index da7b9ffbf..e24f12503 100644 --- a/docs/doxygen/html/pinv_8hpp_source.html +++ b/docs/doxygen/html/pinv_8hpp_source.html @@ -50,7 +50,7 @@







































































































































































#include <cmath>#include <string>#include "NumCpp/Core/Internal/Error.hpp"#include "NumCpp/Core/Types.hpp"#include "NumCpp/Functions/dot.hpp"#include "NumCpp/Functions/norm.hpp"#include "NumCpp/Functions/zeros.hpp"#include "NumCpp/Linalg/eig.hpp"#include "NumCpp/NdArray.hpp"#include "NumCpp/Utils/essentiallyEqual.hpp"Go to the source code of this file.
+Go to the source code of this file.
Data Structures | |
| class | nc::linalg::SVD |
| class | nc::linalg::SVD< dtype > |
| Performs the singular value decomposition of a general matrix. More... | |
@@ -154,7 +158,7 @@
diff --git a/docs/doxygen/html/svd_2svd_8hpp.js b/docs/doxygen/html/svd_2svd_8hpp.js
new file mode 100644
index 000000000..8c8846efd
--- /dev/null
+++ b/docs/doxygen/html/svd_2svd_8hpp.js
@@ -0,0 +1,4 @@
+var svd_2svd_8hpp =
+[
+ [ "nc::linalg::SVD< dtype >", "classnc_1_1linalg_1_1_s_v_d.html", "classnc_1_1linalg_1_1_s_v_d" ]
+];
\ No newline at end of file
diff --git a/docs/doxygen/html/svd_2svd_8hpp_source.html b/docs/doxygen/html/svd_2svd_8hpp_source.html
new file mode 100644
index 000000000..d0d69e36e
--- /dev/null
+++ b/docs/doxygen/html/svd_2svd_8hpp_source.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+
+
+
@@ -137,9 +137,9 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Loading...
+Searching...
+No Matches
+
+
+svd/svd.hpp
+Go to the documentation of this file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Holds 1D and 2D arrays, the main work horse of the NumCpp library. Definition NdArrayCore.hpp:139 Performs the singular value decomposition of a general matrix. Definition svd/svd.hpp:50 STATIC_ASSERT_ARITHMETIC(dtype) NdArray< double > lstsq(const NdArray< double > &inInput) Definition svd/svd.hpp:137 Definition cholesky.hpp:41 std::pair< NdArray< double >, NdArray< double > > eig(const NdArray< dtype > &inA, double inTolerance=1e-12) Definition eig.hpp:53 NdArray< double > norm(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE) Definition norm.hpp:51 NdArray< dtype > dot(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2) Definition dot.hpp:47 NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1) Definition arange.hpp:59 NdArray< dtype > sum(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE) Definition sum.hpp:46 NumCpp
- 2.15.0
+ 2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
| |||||
Functions | |
| template<typename dtype > | |
| void | nc::linalg::svd (const NdArray< dtype > &inArray, NdArray< double > &outU, NdArray< double > &outS, NdArray< double > &outVt) |
| template<typename dtype > | |
| void | nc::linalg::svd (const NdArray< dtype > &inArray, NdArray< double > &outU, NdArray< double > &outS, NdArray< double > &outVT) |

![]() |
+
+ NumCpp
+ 2.16.0
+
+ A Templatized Header Only C++ Implementation of the Python NumPy Library
+ |
+
#include <utility>#include "NumCpp/Core/Internal/StaticAsserts.hpp"#include "NumCpp/Linalg/svd.hpp"#include "NumCpp/NdArray.hpp"Go to the source code of this file.
++Namespaces | |
| namespace | nc |
| namespace | nc::linalg |
+Functions | |
| template<typename dtype > | |
| NdArray< double > | nc::linalg::svdvals (const NdArray< dtype > &inArray) |
License Copyright 2018-2026 David Pilger
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+Description matrix svd
+![]() |
+
+ NumCpp
+ 2.16.0
+
+ A Templatized Header Only C++ Implementation of the Python NumPy Library
+ |
+

























































































