Output Projection (C)
A matrix or function that projects the hidden state x_t back to the output space.
A matrix or function that projects the hidden state x_t back to the output space. In selective SSMs, C_t = Linear(u_t). Determines what information is visible in the output at each step.