cupyx.scipy.linalg.circulant#
- cupyx.scipy.linalg.circulant(c)[source]#
Construct a circulant matrix.
- Parameters:
c (cupy.ndarray) – 1-D array, the first column of the matrix.
- Returns:
A circulant matrix whose first column is
c
.- Return type:
See also
See also
See also
cupyx.scipy.linalg.solve_circulant()
See also
See also