ldsCtrlEst_h/lds_gaussian.h

ldsCtrlEst_h/lds_gaussian.h #

glds namespace More…

Namespaces #

Name
lds
Linear Dynamical Systems (LDS) namespace.
lds::gaussian
Linear Dynamical Systems with Gaussian observations.

Detailed Description #

This file declares and partially defines the namespace for linear dynamical systems with Gaussian observations ([lds::gaussian](/lds-ctrl-est/docs/api/namespaces/namespacelds_1_1gaussian/)).

Source code #

//===-- ldsCtrlEst_h/lds_gaussian.h - LDS with Gaussian Output --*- C++ -*-===//
//
// Copyright 2021 Michael Bolus
// Copyright 2021 Georgia Institute of Technology
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//

#ifndef LDSCTRLEST_LDS_GAUSSIAN_H
#define LDSCTRLEST_LDS_GAUSSIAN_H

// namespace
#include "lds.h"

namespace lds {
namespace gaussian {
// insert any Gaussian-specific things here...
}  // namespace gaussian
}  // namespace lds

#endif

Updated on 19 May 2022 at 17:16:05 Eastern Daylight Time