?PNG
IHDR ? f ??C1 sRGB ?? gAMA ?a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
Kc @ s d Z d d d d d d d d d d
d d g Z d
d k l Z d
d k i Z e i Z d Z d Z d Z d Z
d d Z d Z d Z
d d Z d Z d d Z d d Z d S( s4 Backward compatible with LinearAlgebra from Numeric
t LinAlgErrort solve_linear_equationst inverset cholesky_decompositiont eigenvaluest Heigenvaluest generalized_inverset determinantt singular_value_decompositiont eigenvectorst
Heigenvectorst linear_least_squaresi( t transposeNc C s t i | | S( N( t linalgt solve( t at b( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR s c C s
t i | S( N( R
t inv( R ( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR s c C s
t i | S( N( R
t cholesky( R ( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR " s c C s
t i | S( N( R
t eigvals( R ( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR ' s t Lc C s t i | | S( N( R
t eigvalsh( R t UPLO( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR * s c C s% t i | \ } } | t | f S( N( R
t eigR ( t At wt v( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR / s c C s% t i | \ } } | t | f S( N( R
t eighR ( R R R ( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR
3 s g|=c C s t i | | S( N( R
t pinv( R t rcond( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR 9 s c C s
t i | S( N( R
t det( R ( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR > s c C s t i | | | S( s returns x,resids,rank,s
where x minimizes 2-norm(|b - Ax|)
resids is the sum square residuals
rank is the rank of A
s is the rank of the singular values of A in descending order
If b is a matrix then x is also a matrix with corresponding columns.
If the rank of A is less than the number of columns of A or greater than
the number of rows, then residuals will be returned as an empty array
otherwise resids = sum((b-dot(A,x)**2).
Singular values less than s[0]*rcond are treated as zero.
( R
t lstsq( R R R ( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR C s
i c C s t i | | S( N( R
t svd( R t
full_matrices( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyR R s ( t __doc__t __all__t
numpy.coreR t numpy.linalgR
R R R R R R R R
R R R R ( ( ( sE /usr/lib64/python2.6/site-packages/numpy/oldnumeric/linear_algebra.pyt s(