官术网_书友最值得收藏!

  • Practical Computer Vision
  • Abhinav Dadhich
  • 55字
  • 2021-06-30 18:54:44

SciPy

This is a Python based scientific computing library and contains several advanced algorithms for optimization, linear algebra, signal processing, statistics, and so on.  

An example to compute eigen values and eigen vectors of a two-dimensional array is as follows:

from scipy import linalg

A = [[5, 6], [7, 8]]
eig_vals, eig_vectors = linalg.eig(A)
主站蜘蛛池模板: 景泰县| 宁蒗| 朝阳市| 名山县| 原阳县| 桂平市| 肇源县| 昌图县| 浦北县| 屏东县| 平塘县| 乌兰浩特市| 辽宁省| 梅州市| 天镇县| 神农架林区| 大关县| 大同市| 五台县| 东宁县| 绥芬河市| 陆丰市| 钟祥市| 罗江县| 海淀区| 晋城| 大名县| 铜山县| 康马县| 固始县| 云南省| 乌兰县| 彩票| 南投县| 凉城县| 玉环县| 威海市| 临沭县| 西昌市| 松原市| 来凤县|