xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
third_party
xcmath
xcmath
symbolsystem
polynomial.h
浏览该文件的文档.
1
#pragma once
2
#ifndef XCMATH_SYMBOLSYSTEM_POLYNOMIAL_H
3
#define XCMATH_SYMBOLSYSTEM_POLYNOMIAL_H
4
#include <vector>
5
6
#include "
./ops/ops.h
"
7
#include "
./xcmathConfig.h
"
8
namespace
xcmath
{
9
class
Symbol;
10
class
XCMATH_API
Polynomial
{
11
public
:
12
Polynomial
() =
default
;
13
~Polynomial
() =
default
;
14
15
virtual
Polynomial
&
operator+
();
16
};
17
};
// namespace xcmath
18
19
#endif
// XCMATH_SYMBOLSYSTEM_POLYNOMIAL_H
xcmath::Polynomial
Definition
polynomial.h:10
xcmath::Polynomial::~Polynomial
~Polynomial()=default
xcmath::Polynomial::Polynomial
Polynomial()=default
xcmath::Polynomial::operator+
virtual Polynomial & operator+()
xcmath
Compiler-specific type information handling for MSVC
Definition
complex.hpp:12
ops.h
xcmathConfig.h
XCMATH_API
#define XCMATH_API
Definition
xcmathConfig.h:14
生成于 2025年 九月 19日 星期五 21:12:12 , 为 xcal使用
1.9.8