---
title: KesSolverSetOrthoProjectorType
description: "KesReturnCode KesSolverSetOrthoProjectorType(KesSolver solver, KesOrthoProjectorType type);"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpckit/devg/kunpengaccel_kml_1064.html
sourcePath: /source/zh/kunpenghpcs/hpckit/devg/kunpengaccel_kml_1064.html
indexId: 5df76ae4462d417c706dcccbcefab19e1e4fb4a58ae6a88e032f954c3210666161
---
# KesSolverSetOrthoProjectorType

#### 接口定义

KesReturnCode KesSolverSetOrthoProjectorType(KesSolver solver, KesOrthoProjectorType type);


#### 接口说明

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


#### 参数

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


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