aesara.tensor.matrix

Contents

aesara.tensor.matrix#

aesara.tensor.matrix(name=None, dtype=None)[source]#

Return a symbolic matrix variable.

Parameters:
  • dtype (numeric) – None means to use aesara.config.floatX.

  • name – A name to attach to this variable.