---
title: KesMatrixSetDim
description: "KesReturnCode KesMatrixSetDim(KesMatrix A, int nRows, int nCols);"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/240RC2/accel/kunpengaccel_kml_16_0733.html
sourcePath: /source/zh/kunpengboostkithistory/240RC2/accel/kunpengaccel_kml_16_0733.html
indexId: f8490c15b03b3f64e7e47999c2ae1c88e4e56cc254ed5cb3301b455be0c6fd3a76
---
# KesMatrixSetDim

#### 接口定义

KesReturnCode KesMatrixSetDim(KesMatrix A, int nRows, int nCols);


#### 接口说明

设置矩阵全局维度。


#### 参数

| 参数名 | 类型 | 描述 | 输入/输出 |
| --- | --- | --- | --- |
| A | KesMatrix | 矩阵句柄，不能为空指针。 | 输入/输出 |
| nRows | int | 矩阵全局行数。 | 输入 |
| nCols | int | 矩阵全局列数。 | 输入 |
