---
title: KesSolverSetOrthoProjectorType
description: "KesReturnCode KesSolverSetOrthoProjectorType(KesSolver solver, KesOrthoProjectorType type);"
url: https://www.hikunpeng.com/document/detail/zh/kunpengaccel/math-lib/devg-kml/kunpengaccel_kml_0966.html
sourcePath: /source/zh/kunpengaccel/math-lib/devg-kml/kunpengaccel_kml_0966.html
indexId: 656624496c4e78f58ef9ec1adee31417ebdd4e6b0dea9ad52ebd72225690c2a568
---
# KesSolverSetOrthoProjectorType

#### 接口定义

KesReturnCode KesSolverSetOrthoProjectorType(KesSolver solver, KesOrthoProjectorType type);


#### 接口说明

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


#### 参数

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


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