Skip to content

Add function:Lanczos-like algorithm to approximate exponetial operator. #264

Add function:Lanczos-like algorithm to approximate exponetial operator.

Add function:Lanczos-like algorithm to approximate exponetial operator. #264

name: clang-format Check
on:
pull_request:
workflow_dispatch:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: '.'
fallback-style: 'Google' # optional