zoukankan      html  css  js  c++  java
  • [Python] numpy.mat

    numpy.mat

    numpy.mat(datadtype=None)
    Interpret the input as a matrix.

    Unlike matrix, asmatrix does not make a copy if the input is already a matrix or an ndarray. Equivalent to matrix(data, copy=False).

    Parameters:

    data : array_like

    Input data.

    dtype : data-type

    Data-type of the output matrix.

    Returns:

    mat : matrix

    data interpreted as a matrix.

  • 相关阅读:
    敌兵布阵
    Points on Cycle
    Hero
    E~最少拦截系统
    C
    A
    J
    H
    G
    A
  • 原文地址:https://www.cnblogs.com/KennyRom/p/6607765.html
Copyright © 2011-2022 走看看