Changeset 06a834 in git
- Timestamp:
- Jan 6, 2018, 6:36:32 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- ccc9976fe27edd5c59e8fdb762ab7310fe7bc55e
- Parents:
- efe21788c214c58329ba5eeb8b78923df01859da
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/svd/libs/ap.cpp
refe217 r06a834 1 1 #include "svd_si.h" 2 #ifdef HAVE_SVD 2 3 3 4 const double ap::machineepsilon = 5E-16; … … 178 179 return m1>m2 ? m2 : m1; 179 180 } 181 #endif -
Singular/svd_si.h
refe217 r06a834 1013 1013 1014 1014 1015 #endif1016 1017 1015 /* stuff included from libs/amp.h */ 1018 1019 #ifndef _AMP_R_H1020 #define _AMP_R_H1021 1016 1022 1017 #include <omalloc/omalloc.h> … … 2476 2471 } 2477 2472 2478 #endif2479 2480 2473 /* stuff included from ./reflections.h */ 2481 2474 … … 2518 2511 *************************************************************************/ 2519 2512 2520 #ifndef _reflections_h2521 #define _reflections_h2522 2523 2513 namespace reflections 2524 2514 { … … 2792 2782 } 2793 2783 } // namespace 2794 2795 #endif2796 2784 2797 2785 /* stuff included from ./bidiagonal.h */ … … 2834 2822 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2835 2823 *************************************************************************/ 2836 2837 #ifndef _bidiagonal_h2838 #define _bidiagonal_h2839 2824 2840 2825 namespace bidiagonal … … 4246 4231 } // namespace 4247 4232 4248 #endif4249 4250 4233 /* stuff included from ./qr.h */ 4251 4234 … … 4288 4271 *************************************************************************/ 4289 4272 4290 #ifndef _qr_h4291 #define _qr_h4292 4293 4273 namespace qr 4294 4274 { … … 4716 4696 } 4717 4697 } // namespace 4718 4719 #endif4720 4698 4721 4699 /* stuff included from ./lq.h */ … … 4753 4731 *************************************************************************/ 4754 4732 4755 #ifndef _lq_h4756 #define _lq_h4757 4758 4733 namespace lq 4759 4734 { … … 5172 5147 } 5173 5148 } // namespace 5174 5175 #endif5176 5149 5177 5150 /* stuff included from ./blas.h */ … … 5208 5181 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 5209 5182 *************************************************************************/ 5210 5211 #ifndef _blas_h5212 #define _blas_h5213 5183 5214 5184 namespace blas … … 5882 5852 } // namespace 5883 5853 5884 #endif5885 5886 5854 /* stuff included from ./rotations.h */ 5887 5855 … … 5924 5892 *************************************************************************/ 5925 5893 5926 #ifndef _rotations_h5927 #define _rotations_h5928 5929 5894 namespace rotations 5930 5895 { … … 6279 6244 } 6280 6245 } // namespace 6281 6282 #endif6283 6246 6284 6247 /* stuff included from ./bdsvd.h */ … … 6321 6284 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 6322 6285 *************************************************************************/ 6323 6324 #ifndef _bdsvd_h6325 #define _bdsvd_h6326 6286 6327 6287 namespace bdsvd … … 7669 7629 } // namespace 7670 7630 7671 #endif7672 7673 7631 /* stuff included from ./svd.h */ 7674 7632 … … 7704 7662 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 7705 7663 *************************************************************************/ 7706 7707 #ifndef _svd_h7708 #define _svd_h7709 7664 7710 7665 /*MAKEHEADER*/
Note: See TracChangeset
for help on using the changeset viewer.