---
title: KesSolverSetOrthoProjectorType
description: "KesReturnCode KesSolverSetOrthoProjectorType(KesSolver solver, KesOrthoProjectorType type);"
url: https://www.hikunpeng.com/document/detail/zh/hpchistory/hpckit/develop2400/kunpengaccel_kml_0966.html
sourcePath: /source/zh/hpchistory/hpckit/develop2400/kunpengaccel_kml_0966.html
indexId: b205fcf55f51e133c58258383fdba7a87465f0793d25c4120ea5bd09a854be5a67
---
# KesSolverSetOrthoProjectorType

#### 接口定义

KesReturnCode KesSolverSetOrthoProjectorType(KesSolver solver, KesOrthoProjectorType type);


#### 接口说明

设置正交投影的算法，默认值为KES_GRAM_SCHMIDT。


#### 参数

| 参数名 | 类型 | 描述 | 输入/输出 |
| --- | --- | --- | --- |
| solver | KesSolver | 求解器句柄，不能为空指针。 | 输入/输出 |
| type | KesOrthoProjectorType | 正交投影的算法。 | 输入 |


| KesOrthoProjectorType | 描述 |
| --- | --- |
| KES\_GRAM\_SCHMIDT | Block\-Gram\-Schmidt正交投影。 |
