This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mindspore.ops.vander
====================
..py:function:: mindspore.ops.vander(x, N=None)
生成一个范德蒙矩阵。
返回矩阵的各列是入参各元素的幂。第 i 个输出列是输入向量元素的幂,其幂为 :math:`N - i - 1`。