---
title: CBLAS_UPLO
framework: accelerate
role: symbol
role_heading: Structure
path: accelerate/cblas_uplo
---

# CBLAS_UPLO

## Declaration

```swift
struct CBLAS_UPLO
```

## Topics

### Initializers

- [init(_:)](accelerate/cblas_uplo/init(_:).md)
- [init(rawValue:)](accelerate/cblas_uplo/init(rawvalue:).md)

### Instance Properties

- [rawValue](accelerate/cblas_uplo/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### Constants

- [CBLAS_ORDER](accelerate/cblas_order.md)
- [CBLAS_TRANSPOSE](accelerate/cblas_transpose.md)
- [CBLAS_DIAG](accelerate/cblas_diag.md)
- [CBLAS_SIDE](accelerate/cblas_side.md)
